Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp166 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef
170 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()
177 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef
182 SETraits::getTemplateArgs(Entry), in addSpecializationImpl()
191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
197 SETraits::getDecl(Entry)); in addSpecializationImpl()
/external/clang/include/clang/AST/
DDeclTemplate.h655 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();