Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp714 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
788 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
793 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
806 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp882 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
953 ModuleImportLoc = Result.getLocation(); in Lex()
1187 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()
1291 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
1299 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
1314 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/external/clang/include/clang/Lex/
DPreprocessor.h245 SourceLocation ModuleImportLoc; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h291 SourceLocation ModuleImportLoc; variable