Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h177 ExplicitGlobalModuleFragment, enumerator
243 return Kind == ExplicitGlobalModuleFragment; in isExplicitGlobalModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp520 switch (ModuleScopes.empty() ? Module::ExplicitGlobalModuleFragment in ActOnPrivateModuleFragmentDecl()
523 case Module::ExplicitGlobalModuleFragment: in ActOnPrivateModuleFragmentDecl()
H A DSema.cpp1334 Module::ExplicitGlobalModuleFragment) { in ActOnEndOfTranslationUnit()
H A DSemaCodeComplete.cpp2219 CurrentModule->Kind == Module::ExplicitGlobalModuleFragment || in AddOrdinaryNameResults()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp861 case Module::ExplicitGlobalModuleFragment: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp888 Result->Kind = Module::ExplicitGlobalModuleFragment; in createGlobalModuleFragmentForModuleUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1652 case Module::ExplicitGlobalModuleFragment: in getOwningModuleForLinkage()