Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp856 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
932 ModuleImportLoc = Result.getLocation(); in Lex()
1199 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()
1306 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
1315 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
1330 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h309 SourceLocation ModuleImportLoc; variable