Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
130 Module *&ShadowingModule) const { in isUnimportable()135 if (Current->ShadowingModule) { in isUnimportable()136 ShadowingModule = Current->ShadowingModule; in isUnimportable()154 Module *&ShadowingModule) const { in isAvailable()158 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
263 Module *ShadowingModule = nullptr; variable462 Requirement &Req, Module *&ShadowingModule) const;489 Module *&ShadowingModule) const;
1125 Module *ShadowingModule) { in createShadowedModule() argument1131 Result->ShadowingModule = ShadowingModule; in createShadowedModule()1969 Module *ShadowingModule = nullptr; in parseModuleDecl() local1997 ShadowingModule = Existing; in parseModuleDecl()2015 if (ShadowingModule) { in parseModuleDecl()2017 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1890 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1892 ShadowingModule)) in checkModuleIsAvailable()1898 } else if (ShadowingModule) { in checkModuleIsAvailable()1900 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2535 if (SM->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2540 Diag(SM->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
579 Module *ShadowingModule);