Home
last modified time | relevance | path

Searched refs:ImplicitGlobalModuleFragment (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h146 ImplicitGlobalModuleFragment, enumerator
207 return Kind == ImplicitGlobalModuleFragment; in isImplicitGlobalModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp431 case Module::ImplicitGlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()
978 case Module::ImplicitGlobalModuleFragment: in isCurrentModulePurview()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp805 case Module::ImplicitGlobalModuleFragment: in ModuleKindName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp895 Result->Kind = Module::ImplicitGlobalModuleFragment; in createImplicitGlobalModuleFragmentForModuleUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1647 case Module::ImplicitGlobalModuleFragment: { in getOwningModuleForLinkage()