Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
166 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef170 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()177 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef182 SETraits::getTemplateArgs(Entry), in addSpecializationImpl()191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()197 SETraits::getDecl(Entry)); in addSpecializationImpl()
655 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,656 typename DeclType = typename SETraits::DeclType>659 SpecIterator<EntryType, SETraits, DeclType>,670 return SETraits::getDecl(&*this->I)->getMostRecentDecl();