Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
353 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl() typedef359 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()366 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef373 SETraits::getTemplateArgs(Entry)) && in addSpecializationImpl()381 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()387 SETraits::getDecl(Entry)); in addSpecializationImpl()
745 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,746 typename DeclType = typename SETraits::DeclType>749 SpecIterator<EntryType, SETraits, DeclType>,760 return SETraits::getDecl(&*this->I)->getMostRecentDecl();