Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp706 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()
780 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
785 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
788 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
798 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h243 SourceLocation ModuleImportLoc; variable