Searched refs:GlobalModuleFragment (Results 1 – 9 of 9) sorted by relevance
78 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) { in ActOnGlobalModuleFragmentDecl()248 SeenGMF == (bool)this->GlobalModuleFragment) && in ActOnModuleDecl()373 if (!this->GlobalModuleFragment) { in ActOnModuleDecl()422 switch (ModuleScopes.empty() ? Module::GlobalModuleFragment in ActOnPrivateModuleFragmentDecl()425 case Module::GlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()982 if (!GlobalModuleFragment) { in PushGlobalModuleFragment()984 GlobalModuleFragment = Map.createGlobalModuleFragmentForModuleUnit( in PushGlobalModuleFragment()988 assert(GlobalModuleFragment && "module creation should not fail"); in PushGlobalModuleFragment()991 ModuleScopes.push_back({BeginLoc, GlobalModuleFragment, in PushGlobalModuleFragment()996 VisibleModules.setVisible(GlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()[all …]
3026 if (GlobalModuleFragment) { in DeclareGlobalNewDelete()3029 getStdBadAlloc()->setLocalOwningModule(GlobalModuleFragment); in DeclareGlobalNewDelete()3041 if (GlobalModuleFragment) { in DeclareGlobalNewDelete()3044 AlignValT->setLocalOwningModule(GlobalModuleFragment); in DeclareGlobalNewDelete()3173 if (GlobalModuleFragment) { in DeclareGlobalAllocationFunction()3176 Alloc->setLocalOwningModule(GlobalModuleFragment); in DeclareGlobalAllocationFunction()
1582 if (M == GlobalModuleFragment || in isUsableModule()1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()
1209 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment && in ActOnEndOfTranslationUnit()
124 GlobalModuleFragment, enumerator173 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule()
772 case Module::GlobalModuleFragment: in ModuleKindName()
857 Result->Kind = Module::GlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
1601 case Module::GlobalModuleFragment: { in getOwningModuleForLinkage()
2285 clang::Module *GlobalModuleFragment = nullptr; variable