Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
138 Module *&ShadowingModule) const { in isAvailable()143 if (Current->ShadowingModule) { in isAvailable()144 ShadowingModule = Current->ShadowingModule; in isAvailable()
207 Module *ShadowingModule = nullptr; variable408 Module *&ShadowingModule) const;
1090 Module *ShadowingModule) { in createShadowedModule() argument1096 Result->ShadowingModule = ShadowingModule; in createShadowedModule()1915 Module *ShadowingModule = nullptr; in parseModuleDecl() local1943 ShadowingModule = Existing; in parseModuleDecl()1961 if (ShadowingModule) { in parseModuleDecl()1963 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1649 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1651 ShadowingModule)) in checkModuleIsAvailable()1657 } else if (ShadowingModule) { in checkModuleIsAvailable()1659 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2176 if (M->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2181 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
560 Module *ShadowingModule);