Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp438 case Module::PrivateModuleFragment: in ActOnPrivateModuleFragmentDecl()
462 Module *PrivateModuleFragment = in ActOnPrivateModuleFragmentDecl() local
465 assert(PrivateModuleFragment && "module creation should not fail"); in ActOnPrivateModuleFragmentDecl()
470 ModuleScopes.back().Module = PrivateModuleFragment; in ActOnPrivateModuleFragmentDecl()
471 VisibleModules.setVisible(PrivateModuleFragment, ModuleLoc); in ActOnPrivateModuleFragmentDecl()
478 TU->setLocalOwningModule(PrivateModuleFragment); in ActOnPrivateModuleFragmentDecl()
778 Module::PrivateModuleFragment) { in ActOnStartExportDecl()
977 case Module::PrivateModuleFragment: in isCurrentModulePurview()
H A DSema.cpp1126 Module::PrivateModuleFragment in ActOnEndOfTranslationUnit()
1297 ModuleScopes.back().Module->Kind == Module::PrivateModuleFragment) { in ActOnEndOfTranslationUnit()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp807 case Module::PrivateModuleFragment: in ModuleKindName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp905 Result->Kind = Module::PrivateModuleFragment; in createPrivateModuleFragmentForInterfaceUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1666 case Module::PrivateModuleFragment: in getOwningModuleForLinkage()