Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
172 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef176 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()183 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef188 SETraits::getTemplateArgs(Entry), in addSpecializationImpl()197 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()203 SETraits::getDecl(Entry)); in addSpecializationImpl()
650 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,651 typename DeclType = typename SETraits::DeclType>654 SpecIterator<EntryType, SETraits, DeclType>,665 return SETraits::getDecl(&*this->I)->getMostRecentDecl();