Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp869 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
961 ModuleImportLoc = Result.getLocation(); in Lex()
1216 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()
1323 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
1332 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
1347 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h306 SourceLocation ModuleImportLoc; variable