Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp1067 if (!TheImplicitGlobalModuleFragment) { in PushImplicitGlobalModuleFragment()
1069 TheImplicitGlobalModuleFragment = in PushImplicitGlobalModuleFragment()
1073 assert(TheImplicitGlobalModuleFragment && "module creation should not fail"); in PushImplicitGlobalModuleFragment()
1076 ModuleScopes.push_back({BeginLoc, TheImplicitGlobalModuleFragment, in PushImplicitGlobalModuleFragment()
1078 VisibleModules.setVisible(TheImplicitGlobalModuleFragment, BeginLoc); in PushImplicitGlobalModuleFragment()
1079 return TheImplicitGlobalModuleFragment; in PushImplicitGlobalModuleFragment()
H A DSemaLookup.cpp1636 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9922 clang::Module *TheImplicitGlobalModuleFragment = nullptr; variable