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