Searched refs:GlobalModuleFragment (Results 1 – 8 of 8) sorted by relevance
219 Module *GlobalModuleFragment = nullptr; in ActOnModuleDecl() local222 GlobalModuleFragment = ModuleScopes.back().Module; in ActOnModuleDecl()225 SeenGMF == (bool)GlobalModuleFragment) && in ActOnModuleDecl()284 GlobalModuleFragment); in ActOnModuleDecl()318 if (!GlobalModuleFragment) { in ActOnModuleDecl()367 switch (ModuleScopes.empty() ? Module::GlobalModuleFragment in ActOnPrivateModuleFragmentDecl()370 case Module::GlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()924 if (!GlobalModuleFragment) { in PushGlobalModuleFragment()933 ModuleScopes.push_back({BeginLoc, GlobalModuleFragment, in PushGlobalModuleFragment()938 VisibleModules.setVisible(GlobalModuleFragment, BeginLoc); in PushGlobalModuleFragment()[all …]
1580 if (M == GlobalModuleFragment || in isUsableModule()1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()5700 if (M->Kind == Module::GlobalModuleFragment) in diagnoseMissingImport()
1207 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment && in ActOnEndOfTranslationUnit()
122 GlobalModuleFragment, enumerator169 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule()
840 case Module::GlobalModuleFragment: in ModuleKindName()
836 Result->Kind = Module::GlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
1576 case Module::GlobalModuleFragment: { in getOwningModuleForLinkage()
2253 clang::Module *GlobalModuleFragment = nullptr; variable