Home
last modified time | relevance | path

Searched refs:SpecEntryTraits (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h753 template <typename EntryType> struct SpecEntryTraits { struct
765 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>, argument
795 typename SpecEntryTraits<EntryType>::DeclType*
963 SpecEntryTraits<FunctionTemplateSpecializationInfo> {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp348 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
352 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl()
365 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp196 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
198 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T); in getSpecializationDecl()