Searched refs:TheGlobalModuleFragment (Results 1 – 4 of 4) sorted by relevance
334 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()454 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()1043 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()1045 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()1049 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()1052 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()1054 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()1056 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
3381 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3384 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3396 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3399 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3527 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()3530 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
1636 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
9917 clang::Module *TheGlobalModuleFragment = nullptr; variable