Home
last modified time | relevance | path

Searched refs:GlobalModuleFragment (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp219 Module *GlobalModuleFragment = nullptr; in ActOnModuleDecl() local
222 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 …]
H A DSemaLookup.cpp1580 if (M == GlobalModuleFragment || in isUsableModule()
1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()
5700 if (M->Kind == Module::GlobalModuleFragment) in diagnoseMissingImport()
H A DSema.cpp1207 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment && in ActOnEndOfTranslationUnit()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h122 GlobalModuleFragment, enumerator
169 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp840 case Module::GlobalModuleFragment: in ModuleKindName()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp836 Result->Kind = Module::GlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1576 case Module::GlobalModuleFragment: { in getOwningModuleForLinkage()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2253 clang::Module *GlobalModuleFragment = nullptr; variable