Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
133 Module *&ShadowingModule) const { in isUnimportable()138 if (Current->ShadowingModule) { in isUnimportable()139 ShadowingModule = Current->ShadowingModule; in isUnimportable()179 Module *&ShadowingModule) const { in isAvailable()183 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
299 Module *ShadowingModule = nullptr; variable522 Requirement &Req, Module *&ShadowingModule) const;552 Module *&ShadowingModule) const;
1172 Module *ShadowingModule) { in createShadowedModule() argument1178 Result->ShadowingModule = ShadowingModule; in createShadowedModule()2046 Module *ShadowingModule = nullptr; in parseModuleDecl() local2093 ShadowingModule = Existing; in parseModuleDecl()2111 if (ShadowingModule) { in parseModuleDecl()2113 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1982 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1984 ShadowingModule)) in checkModuleIsAvailable()1990 } else if (ShadowingModule) { in checkModuleIsAvailable()1992 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2653 if (ModuleToImport->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2659 Diag(ModuleToImport->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
594 Module *ShadowingModule);