Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp678 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
752 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
757 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h242 SourceLocation ModuleImportLoc; variable