Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp133 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h298 Module *ShadowingModule = nullptr; variable
521 Requirement &Req, Module *&ShadowingModule) const;
551 Module *&ShadowingModule) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1173 Module *ShadowingModule) { in createShadowedModule() argument
1179 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
2040 Module *ShadowingModule = nullptr; in parseModuleDecl() local
2087 ShadowingModule = Existing; in parseModuleDecl()
2105 if (ShadowingModule) { in parseModuleDecl()
2107 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
H A DPPDirectives.cpp1905 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1907 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h595 Module *ShadowingModule);