Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp531 case Module::PrivateModuleFragment: in ActOnPrivateModuleFragmentDecl()
555 Module *PrivateModuleFragment = in ActOnPrivateModuleFragmentDecl() local
558 assert(PrivateModuleFragment && "module creation should not fail"); in ActOnPrivateModuleFragmentDecl()
563 ModuleScopes.back().Module = PrivateModuleFragment; in ActOnPrivateModuleFragmentDecl()
564 VisibleModules.setVisible(PrivateModuleFragment, ModuleLoc); in ActOnPrivateModuleFragmentDecl()
571 TU->setLocalOwningModule(PrivateModuleFragment); in ActOnPrivateModuleFragmentDecl()
885 Module::PrivateModuleFragment) { in ActOnStartExportDecl()
1100 case Module::PrivateModuleFragment: in isCurrentModulePurview()
H A DSema.cpp1248 Module::PrivateModuleFragment in ActOnEndOfTranslationUnit()
1418 ModuleScopes.back().Module->Kind == Module::PrivateModuleFragment) { in ActOnEndOfTranslationUnit()
H A DSemaCodeComplete.cpp2261 CurrentModule->Kind != Module::ModuleKind::PrivateModuleFragment) in AddOrdinaryNameResults()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h180 PrivateModuleFragment, enumerator
230 case PrivateModuleFragment: in isNamedModule()
249 bool isPrivateModule() const { return Kind == PrivateModuleFragment; } in isPrivateModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp865 case Module::PrivateModuleFragment: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp917 Result->Kind = Module::PrivateModuleFragment; in createPrivateModuleFragmentForInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1657 case Module::PrivateModuleFragment: in getOwningModuleForLinkage()