Searched refs:TheImplicitGlobalModuleFragment (Results 1 – 3 of 3) sorted by relevance
1067 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()
1636 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
9922 clang::Module *TheImplicitGlobalModuleFragment = nullptr; variable