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.cpp1053 if (!TheImplicitGlobalModuleFragment) { in PushImplicitGlobalModuleFragment()
1055 TheImplicitGlobalModuleFragment = in PushImplicitGlobalModuleFragment()
1059 assert(TheImplicitGlobalModuleFragment && "module creation should not fail"); in PushImplicitGlobalModuleFragment()
1062 ModuleScopes.push_back({BeginLoc, TheImplicitGlobalModuleFragment, in PushImplicitGlobalModuleFragment()
1064 VisibleModules.setVisible(TheImplicitGlobalModuleFragment, BeginLoc); in PushImplicitGlobalModuleFragment()
1065 return TheImplicitGlobalModuleFragment; in PushImplicitGlobalModuleFragment()
H A DSemaLookup.cpp1606 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9724 clang::Module *TheImplicitGlobalModuleFragment = nullptr; variable