Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DModule.cpp130 Module *&ShadowingModule) const { in isUnimportable()
135 if (Current->ShadowingModule) { in isUnimportable()
136 ShadowingModule = Current->ShadowingModule; in isUnimportable()
174 Module *&ShadowingModule) const { in isAvailable()
178 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DModule.h267 Module *ShadowingModule = nullptr; variable
470 Requirement &Req, Module *&ShadowingModule) const;
500 Module *&ShadowingModule) const;
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1124 Module *ShadowingModule) { in createShadowedModule() argument
1130 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
2003 Module *ShadowingModule = nullptr; in parseModuleDecl() local
2031 ShadowingModule = Existing; in parseModuleDecl()
2049 if (ShadowingModule) { in parseModuleDecl()
2051 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
H A DPPDirectives.cpp1877 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1879 ShadowingModule)) in checkModuleIsAvailable()
1885 } else if (ShadowingModule) { in checkModuleIsAvailable()
1887 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()
2526 if (SM->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()
2531 Diag(SM->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h582 Module *ShadowingModule);