Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h125 ModuleInterfaceUnit, enumerator
187 case ModuleInterfaceUnit: in isNamedModule()
616 return Kind == ModuleInterfaceUnit || isModulePartition(); in isInterfaceOrPartition()
625 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp540 case Module::ModuleInterfaceUnit: in ActOnPrivateModuleFragmentDecl()
1082 case Module::ModuleInterfaceUnit: in isCurrentModulePurview()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp823 case Module::ModuleInterfaceUnit: in ModuleKindName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp930 createModuleUnitWithKind(Loc, Name, Module::ModuleInterfaceUnit); in createModuleForInterfaceUnit()
946 assert(Modules[Name] && Modules[Name]->Kind == Module::ModuleInterfaceUnit && in createModuleForImplementationUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1639 case Module::ModuleInterfaceUnit: in getOwningModuleForLinkage()