Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp878 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
949 ModuleImportLoc = Result.getLocation(); in Lex()
1183 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()
1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
1310 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h291 SourceLocation ModuleImportLoc; variable