Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp60 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) { in ActOnGlobalModuleFragmentDecl()
139 Module *GlobalModuleFragment = nullptr; in ActOnModuleDecl() local
141 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) in ActOnModuleDecl()
142 GlobalModuleFragment = ModuleScopes.back().Module; in ActOnModuleDecl()
146 if (getLangOpts().CPlusPlusModules && !IsFirstDecl && !GlobalModuleFragment) { in ActOnModuleDecl()
199 GlobalModuleFragment); in ActOnModuleDecl()
214 GlobalModuleFragment); in ActOnModuleDecl()
219 if (!GlobalModuleFragment) { in ActOnModuleDecl()
251 switch (ModuleScopes.empty() ? Module::GlobalModuleFragment in ActOnPrivateModuleFragmentDecl()
254 case Module::GlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()
H A DSema.cpp1120 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment && in ActOnEndOfTranslationUnit()
H A DSemaLookup.cpp1564 (M->Kind == Module::GlobalModuleFragment && !M->Parent); in isInCurrentModule()
5378 if (M->Kind == Module::GlobalModuleFragment) in diagnoseMissingImport()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h113 GlobalModuleFragment, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp840 PendingSubmodules.back()->Kind = Module::GlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1535 case Module::GlobalModuleFragment: { in getOwningModuleForLinkage()