Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h116 ModulePartitionInterface, enumerator
162 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface || in isModulePurview()
535 return Kind == ModulePartitionInterface || in isModulePartition()
547 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp286 Mod->Kind = Module::ModulePartitionInterface; in ActOnModuleDecl()
372 case Module::ModulePartitionInterface: in ActOnPrivateModuleFragmentDecl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp834 case Module::ModulePartitionInterface: in ModuleKindName()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1571 case Module::ModulePartitionInterface: in getOwningModuleForLinkage()