Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h733 template <typename EntryType> struct SpecEntryTraits { struct
745 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>, argument
775 typename SpecEntryTraits<EntryType>::DeclType*
943 SpecEntryTraits<FunctionTemplateSpecializationInfo> {
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp349 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
353 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl()
366 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp199 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
201 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T); in getSpecializationDecl()