Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance
319 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl() typedef325 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()332 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef339 SETraits::getTemplateArgs(Entry)) && in addSpecializationImpl()347 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()353 SETraits::getDecl(Entry)); in addSpecializationImpl()
793 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,794 typename DeclType = typename SETraits::DeclType>797 SpecIterator<EntryType, SETraits, DeclType>,808 return SETraits::getDecl(&*this->I)->getMostRecentDecl();