Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h125 ModuleInterfaceUnit, enumerator
187 case ModuleInterfaceUnit: in isNamedModule()
610 return Kind == ModuleInterfaceUnit || isModulePartition(); in isInterfaceOrPartition()
619 return Kind == ModuleInterfaceUnit || Kind == ModulePartitionInterface; in isModuleInterfaceUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp450 case Module::ModuleInterfaceUnit: in ActOnPrivateModuleFragmentDecl()
973 case Module::ModuleInterfaceUnit: in isCurrentModulePurview()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp793 case Module::ModuleInterfaceUnit: in ModuleKindName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp931 createModuleUnitWithKind(Loc, Name, Module::ModuleInterfaceUnit); in createModuleForInterfaceUnit()
947 assert(Modules[Name] && Modules[Name]->Kind == Module::ModuleInterfaceUnit && in createModuleForImplementationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1639 case Module::ModuleInterfaceUnit: in getOwningModuleForLinkage()