Home
last modified time | relevance | path

Searched refs:ModuleImportPath (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp715 ModuleImportPath.clear(); in HandleIdentifier()
769 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(), in LexAfterModuleImport()
785 if (!ModuleImportPath.empty()) { in LexAfterModuleImport()
789 ModuleImportPath, in LexAfterModuleImport()
796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h248 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath; variable