Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp528 case Module::PrivateModuleFragment: in ActOnPrivateModuleFragmentDecl()
552 Module *PrivateModuleFragment = in ActOnPrivateModuleFragmentDecl() local
555 assert(PrivateModuleFragment && "module creation should not fail"); in ActOnPrivateModuleFragmentDecl()
560 ModuleScopes.back().Module = PrivateModuleFragment; in ActOnPrivateModuleFragmentDecl()
561 VisibleModules.setVisible(PrivateModuleFragment, ModuleLoc); in ActOnPrivateModuleFragmentDecl()
568 TU->setLocalOwningModule(PrivateModuleFragment); in ActOnPrivateModuleFragmentDecl()
871 Module::PrivateModuleFragment) { in ActOnStartExportDecl()
1086 case Module::PrivateModuleFragment: in isCurrentModulePurview()
H A DSema.cpp1180 Module::PrivateModuleFragment in ActOnEndOfTranslationUnit()
1338 ModuleScopes.back().Module->Kind == Module::PrivateModuleFragment) { in ActOnEndOfTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h141 PrivateModuleFragment, enumerator
191 case PrivateModuleFragment: in isNamedModule()
210 bool isPrivateModule() const { return Kind == PrivateModuleFragment; } in isPrivateModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp837 case Module::PrivateModuleFragment: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp904 Result->Kind = Module::PrivateModuleFragment; in createPrivateModuleFragmentForInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1651 case Module::PrivateModuleFragment: in getOwningModuleForLinkage()