Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
168 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef172 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()179 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef184 SETraits::getTemplateArgs(Entry), in addSpecializationImpl()193 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()199 SETraits::getDecl(Entry)); in addSpecializationImpl()
556 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,557 typename DeclType = typename SETraits::DeclType>560 SpecIterator<EntryType, SETraits, DeclType>,571 return SETraits::getDecl(&*this->I)->getMostRecentDecl();