Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeParm

3103   TemplateTypeParmType *TypeParm
3106 if (TypeParm)
3107 return QualType(TypeParm, 0);
3111 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
3118 TypeParm = new (*this, TypeAlignment)
3121 Types.push_back(TypeParm);
3122 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos);
3124 return QualType(TypeParm, 0);