Home
last modified time | relevance | path

Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp384 using SETraits = RedeclarableTemplateDecl::SpecEntryTraits<EntryType>; in findSpecializationLocally() typedef
389 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationLocally()
411 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef
415 auto Args = SETraits::getTemplateArgs(Entry); in addSpecializationImpl()
430 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
436 SETraits::getDecl(Entry)); in addSpecializationImpl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h744 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
745 typename DeclType = typename SETraits::DeclType>
748 SpecIterator<EntryType, SETraits, DeclType>,
759 return SETraits::getDecl(&*this->I)->getMostRecentDecl();