Home | History | Annotate | Download | only in AST

Lines Matching refs:EntryType

145 template <class EntryType>
146 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
148 llvm::FoldingSet<EntryType> &Specs,
151 typedef SpecEntryTraits<EntryType> SETraits;
153 EntryType::Profile(ID,Args,NumArgs, getASTContext());
154 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);