Searched refs:ModuleImportLoc (Results 1 – 2 of 2) sorted by relevance
860 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()936 ModuleImportLoc = Result.getLocation(); in Lex()1208 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()1315 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()1324 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()1339 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
326 SourceLocation ModuleImportLoc; variable