Searched refs:TheGlobalModuleFragment (Results 1 – 4 of 4) sorted by relevance
242 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()365 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()920 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()922 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()926 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()929 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()931 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()933 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
3065 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3068 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3080 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3083 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3213 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()3216 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
1595 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment || in isUsableModule()
2335 clang::Module *TheGlobalModuleFragment = nullptr; variable