Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp855 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
952 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
957 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
960 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
970 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h280 SourceLocation ModuleImportLoc; variable