Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h170 ModulePartitionInterface, enumerator
228 case ModulePartitionInterface: in isNamedModule()
654 return Kind == ModulePartitionInterface || in isModulePartition()
681 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp414 Mod->Kind = Module::ModulePartitionInterface; in ActOnModuleDecl()
526 case Module::ModulePartitionInterface: in ActOnPrivateModuleFragmentDecl()
1098 case Module::ModulePartitionInterface: in isCurrentModulePurview()
H A DSemaCodeComplete.cpp2235 CurrentModule->Kind == Module::ModulePartitionInterface) { in AddOrdinaryNameResults()
2247 CurrentModule->Kind == Module::ModulePartitionInterface)) { in AddOrdinaryNameResults()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp855 case Module::ModulePartitionInterface: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1647 case Module::ModulePartitionInterface: in getOwningModuleForLinkage()