Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.cpp138 Module *&ShadowingModule) const { in isAvailable()
143 if (Current->ShadowingModule) { in isAvailable()
144 ShadowingModule = Current->ShadowingModule; in isAvailable()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDModule.h207 Module *ShadowingModule = nullptr; variable
408 Module *&ShadowingModule) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp1090 Module *ShadowingModule) { in createShadowedModule() argument
1096 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1915 Module *ShadowingModule = nullptr; in parseModuleDecl() local
1943 ShadowingModule = Existing; in parseModuleDecl()
1961 if (ShadowingModule) { in parseModuleDecl()
1963 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
HDPPDirectives.cpp1649 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1651 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()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleMap.h560 Module *ShadowingModule);