Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp679 ModuleImportPath.clear(); in HandleIdentifier()
733 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(), in LexAfterModuleImport()
749 if (!ModuleImportPath.empty()) { in LexAfterModuleImport()
753 ModuleImportPath, in LexAfterModuleImport()
757 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h245 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ModuleImportPath; variable