Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp319 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl() typedef
325 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl()
332 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef
339 SETraits::getTemplateArgs(Entry)) && in addSpecializationImpl()
347 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
353 SETraits::getDecl(Entry)); in addSpecializationImpl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h793 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();