Home
last modified time | relevance | path

Searched refs:ModulePartitionInterface (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h131 ModulePartitionInterface, enumerator
189 case ModulePartitionInterface: in isNamedModule()
597 return Kind == ModulePartitionInterface || in isModulePartition()
619 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp325 Mod->Kind = Module::ModulePartitionInterface; in ActOnModuleDecl()
433 case Module::ModulePartitionInterface: in ActOnPrivateModuleFragmentDecl()
975 case Module::ModulePartitionInterface: in isCurrentModulePurview()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp797 case Module::ModulePartitionInterface: in ModuleKindName()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1641 case Module::ModulePartitionInterface: in getOwningModuleForLinkage()