Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
384 using SETraits = RedeclarableTemplateDecl::SpecEntryTraits<EntryType>; in findSpecializationLocally() typedef389 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationLocally()411 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef415 auto Args = SETraits::getTemplateArgs(Entry); in addSpecializationImpl()430 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()436 SETraits::getDecl(Entry)); in addSpecializationImpl()
744 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();