Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h128 ModuleImplementationUnit, enumerator
188 case ModuleImplementationUnit: in isNamedModule()
603 return Kind == ModuleImplementationUnit; in isModuleImplementation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp443 case Module::ModuleImplementationUnit: in ActOnPrivateModuleFragmentDecl()
974 case Module::ModuleImplementationUnit: in isCurrentModulePurview()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp795 case Module::ModuleImplementationUnit: in ModuleKindName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp957 createModuleUnitWithKind(Loc, Name, Module::ModuleImplementationUnit); in createModuleForImplementationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1640 case Module::ModuleImplementationUnit: in getOwningModuleForLinkage()