Home | History | Annotate | Download | only in AST

Lines Matching refs:EntryType

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