Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeParm

3302   TemplateTypeParmType *TypeParm
3305 if (TypeParm)
3306 return QualType(TypeParm, 0);
3310 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
3317 TypeParm = new (*this, TypeAlignment)
3320 Types.push_back(TypeParm);
3321 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos);
3323 return QualType(TypeParm, 0);