Searched refs:ModuleImportLoc (Results 1 – 2 of 2) sorted by relevance
878 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()949 ModuleImportLoc = Result.getLocation(); in Lex()1183 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()1310 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
291 SourceLocation ModuleImportLoc; variable