Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h138 ExplicitGlobalModuleFragment, enumerator
204 return Kind == ExplicitGlobalModuleFragment; in isExplicitGlobalModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp517 switch (ModuleScopes.empty() ? Module::ExplicitGlobalModuleFragment in ActOnPrivateModuleFragmentDecl()
520 case Module::ExplicitGlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()
H A DSema.cpp1265 Module::ExplicitGlobalModuleFragment) { in ActOnEndOfTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp833 case Module::ExplicitGlobalModuleFragment: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp875 Result->Kind = Module::ExplicitGlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1646 case Module::ExplicitGlobalModuleFragment: in getOwningModuleForLinkage()