Home
last modified time | relevance | path

Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp130 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()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h263 Module *ShadowingModule = nullptr; variable
462 Requirement &Req, Module *&ShadowingModule) const;
489 Module *&ShadowingModule) const;
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp1125 Module *ShadowingModule) { in createShadowedModule() argument
1131 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1969 Module *ShadowingModule = nullptr; in parseModuleDecl() local
1997 ShadowingModule = Existing; in parseModuleDecl()
2015 if (ShadowingModule) { in parseModuleDecl()
2017 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
H A DPPDirectives.cpp1890 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1892 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()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h579 Module *ShadowingModule);