HomeSort by relevance Sort by last modified time
    Searched refs:ModuleImportPath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
Preprocessor.cpp 695 ModuleImportPath.clear();
719 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(),
735 if (!ModuleImportPath.empty()) {
737 ModuleImportPath,
741 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
  /external/clang/include/clang/Lex/
Preprocessor.h 224 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath;
    [all...]

Completed in 25 milliseconds