Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp139 Module *&ShadowingModule) const { in isAvailable()
144 if (Current->ShadowingModule) { in isAvailable()
145 ShadowingModule = Current->ShadowingModule; in isAvailable()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h201 Module *ShadowingModule = nullptr; variable
402 Module *&ShadowingModule) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1622 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1624 ShadowingModule)) in checkModuleIsAvailable()
1630 } else if (ShadowingModule) { in checkModuleIsAvailable()
1632 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()
2052 if (M->getTopLevelModule()->ShadowingModule) { in HandleIncludeDirective()
2057 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleIncludeDirective()
H A DModuleMap.cpp1072 Module *ShadowingModule) { in createShadowedModule() argument
1078 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1897 Module *ShadowingModule = nullptr; in parseModuleDecl() local
1925 ShadowingModule = Existing; in parseModuleDecl()
1943 if (ShadowingModule) { in parseModuleDecl()
1945 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h552 Module *ShadowingModule);