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()
298 Module *ShadowingModule = nullptr; variable521 Requirement &Req, Module *&ShadowingModule) const;551 Module *&ShadowingModule) const;
1173 Module *ShadowingModule) { in createShadowedModule() argument1179 Result->ShadowingModule = ShadowingModule; in createShadowedModule()2040 Module *ShadowingModule = nullptr; in parseModuleDecl() local2087 ShadowingModule = Existing; in parseModuleDecl()2105 if (ShadowingModule) { in parseModuleDecl()2107 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1905 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1907 ShadowingModule)) in checkModuleIsAvailable()1913 } else if (ShadowingModule) { in checkModuleIsAvailable()1915 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2577 if (SM->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2582 Diag(SM->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
595 Module *ShadowingModule);