Searched refs:TheGlobalModuleFragment (Results 1 – 4 of 4) sorted by relevance
328 SeenGMF == (bool)this->TheGlobalModuleFragment) && in ActOnModuleDecl()451 if (!this->TheGlobalModuleFragment) { in ActOnModuleDecl()1029 if (!TheGlobalModuleFragment) { in PushGlobalModuleFragment()1031 TheGlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()1035 assert(TheGlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()1038 ModuleScopes.push_back({BeginLoc, TheGlobalModuleFragment, in PushGlobalModuleFragment()1040 VisibleModules.setVisible(TheGlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()1042 return TheGlobalModuleFragment; in PushGlobalModuleFragment()
3067 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3070 getStdBadAlloc()->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3082 if (TheGlobalModuleFragment) { in DeclareGlobalNewDelete()3085 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3215 if (TheGlobalModuleFragment) { in DeclareGlobalAllocationFunction()3218 Alloc->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalAllocationFunction()
1606 if (M == TheGlobalModuleFragment || M == TheImplicitGlobalModuleFragment) { in isUsableModule()
9719 clang::Module *TheGlobalModuleFragment = nullptr; variable