Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h110 ModuleInterfaceUnit, enumerator
162 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface || in isModulePurview()
543 return Kind == ModuleInterfaceUnit || isModulePartition(); in isInterfaceOrPartition()
547 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp382 case Module::ModuleInterfaceUnit: in ActOnPrivateModuleFragmentDecl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp832 case Module::ModuleInterfaceUnit: in ModuleKindName()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp863 Result->Kind = Module::ModuleInterfaceUnit; in createModuleForInterfaceUnit()
890 Result->Kind = Module::ModuleInterfaceUnit; in createHeaderModule()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1570 case Module::ModuleInterfaceUnit: in getOwningModuleForLinkage()