Home | History | Annotate | Download | only in AST

Lines Matching refs:TTPDecl

3099                                              TemplateTypeParmDecl *TTPDecl) const {
3101 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3109 if (TTPDecl) {
3111 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);