Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp353 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl() typedef
359 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()
366 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef
373 SETraits::getTemplateArgs(Entry)) && in addSpecializationImpl()
381 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
387 SETraits::getDecl(Entry)); in addSpecializationImpl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h745 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
746 typename DeclType = typename SETraits::DeclType>
749 SpecIterator<EntryType, SETraits, DeclType>,
760 return SETraits::getDecl(&*this->I)->getMostRecentDecl();