Home
last modified time | relevance | path

Searched refs:SETraits (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DDeclTemplate.cpp172 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef
176 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()
183 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef
188 SETraits::getTemplateArgs(Entry), in addSpecializationImpl()
197 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
203 SETraits::getDecl(Entry)); in addSpecializationImpl()
/external/clang/include/clang/AST/
DDeclTemplate.h650 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();