Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp654 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
726 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
731 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h229 SourceLocation ModuleImportLoc; variable