Home | History | Annotate | Download | only in AST

Lines Matching refs:TTPDecl

3066                                              TemplateTypeParmDecl *TTPDecl) const {
3068 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3076 if (TTPDecl) {
3078 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);