Home | History | Annotate | Download | only in AST

Lines Matching refs:EntryType

498   template <typename EntryType> struct SpecEntryTraits {
499 typedef EntryType DeclType;
501 static DeclType *getMostRecentDecl(EntryType *D) {
506 template <typename EntryType,
507 typename _SETraits = SpecEntryTraits<EntryType>,
515 typedef typename llvm::FoldingSet<EntryType>::iterator SetIteratorType;
543 template <typename EntryType>
544 SpecIterator<EntryType> makeSpecIterator(llvm::FoldingSet<EntryType> &Specs,
546 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
549 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
550 findSpecializationImpl(llvm::FoldingSet<EntryType> &Specs,