Searched refs:ModuleImportLoc (Results 1 – 2 of 2) sorted by relevance
883 ModuleImportLoc = Identifier.getLocation(); in HandleIdentifier()965 ModuleImportLoc = Result.getLocation(); in Lex()1239 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport()1346 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()1355 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()1371 Diag(ModuleImportLoc, diag::warn_module_conflict) in makeModuleVisible()
340 SourceLocation ModuleImportLoc; variable