Searched refs:ModuleImportLoc (Results 1 – 2 of 2) sorted by relevance
896 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()979 ModuleImportLoc = Result.getLocation(); in Lex()1217 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()1322 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()1330 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()1345 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
315 SourceLocation ModuleImportLoc; variable