Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp697 ModuleImportPath.clear(); in HandleIdentifier()
721 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(), in LexAfterModuleImport()
737 if (!ModuleImportPath.empty() && getLangOpts().Modules) { in LexAfterModuleImport()
739 ModuleImportPath, in LexAfterModuleImport()
743 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h224 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath; variable