Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h299 Module *ShadowingModule = nullptr; variable
522 Requirement &Req, Module *&ShadowingModule) const;
552 Module *&ShadowingModule) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1172 Module *ShadowingModule) { in createShadowedModule() argument
1178 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
2046 Module *ShadowingModule = nullptr; in parseModuleDecl() local
2093 ShadowingModule = Existing; in parseModuleDecl()
2111 if (ShadowingModule) { in parseModuleDecl()
2113 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
H A DPPDirectives.cpp1982 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1984 ShadowingModule)) in checkModuleIsAvailable()
1990 } else if (ShadowingModule) { in checkModuleIsAvailable()
1992 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()
2653 if (ModuleToImport->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()
2659 Diag(ModuleToImport->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h594 Module *ShadowingModule);