Home
last modified time | relevance | path

Searched refs:TheImplicitGlobalModuleFragment (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp944 if (!TheImplicitGlobalModuleFragment) { in PushImplicitGlobalModuleFragment()
946 TheImplicitGlobalModuleFragment = in PushImplicitGlobalModuleFragment()
950 assert(TheImplicitGlobalModuleFragment && "module creation should not fail"); in PushImplicitGlobalModuleFragment()
953 ModuleScopes.push_back({BeginLoc, TheImplicitGlobalModuleFragment, in PushImplicitGlobalModuleFragment()
955 VisibleModules.setVisible(TheImplicitGlobalModuleFragment, BeginLoc); in PushImplicitGlobalModuleFragment()
956 return TheImplicitGlobalModuleFragment; in PushImplicitGlobalModuleFragment()
H A DSemaLookup.cpp1595 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment || in isUsableModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2340 clang::Module *TheImplicitGlobalModuleFragment = nullptr; variable