Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h185 ImplicitGlobalModuleFragment, enumerator
246 return Kind == ImplicitGlobalModuleFragment; in isImplicitGlobalModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp524 case Module::ImplicitGlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()
1101 case Module::ImplicitGlobalModuleFragment: in isCurrentModulePurview()
H A DSemaCodeComplete.cpp2220 CurrentModule->Kind == Module::ImplicitGlobalModuleFragment) { in AddOrdinaryNameResults()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp863 case Module::ImplicitGlobalModuleFragment: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp907 Result->Kind = Module::ImplicitGlobalModuleFragment; in createImplicitGlobalModuleFragmentForModuleUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1653 case Module::ImplicitGlobalModuleFragment: in getOwningModuleForLinkage()