Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h131 ModulePartitionInterface, enumerator
189 case ModulePartitionInterface: in isNamedModule()
598 return Kind == ModulePartitionInterface || in isModulePartition()
625 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp411 Mod->Kind = Module::ModulePartitionInterface; in ActOnModuleDecl()
523 case Module::ModulePartitionInterface: in ActOnPrivateModuleFragmentDecl()
1084 case Module::ModulePartitionInterface: in isCurrentModulePurview()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp827 case Module::ModulePartitionInterface: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1641 case Module::ModulePartitionInterface: in getOwningModuleForLinkage()