Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
132 Module *&ShadowingModule) const { in isUnimportable()137 if (Current->ShadowingModule) { in isUnimportable()138 ShadowingModule = Current->ShadowingModule; in isUnimportable()156 Module *&ShadowingModule) const { in isAvailable()160 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
241 Module *ShadowingModule = nullptr; variable436 Requirement &Req, Module *&ShadowingModule) const;463 Module *&ShadowingModule) const;
1110 Module *ShadowingModule) { in createShadowedModule() argument1116 Result->ShadowingModule = ShadowingModule; in createShadowedModule()1939 Module *ShadowingModule = nullptr; in parseModuleDecl() local1967 ShadowingModule = Existing; in parseModuleDecl()1985 if (ShadowingModule) { in parseModuleDecl()1987 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1652 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1654 ShadowingModule)) in checkModuleIsAvailable()1660 } else if (ShadowingModule) { in checkModuleIsAvailable()1662 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2243 if (M->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2248 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
569 Module *ShadowingModule);