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