Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp711 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
785 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
790 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
793 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
803 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/external/clang/include/clang/Lex/
DPreprocessor.h244 SourceLocation ModuleImportLoc; variable