Lines Matching defs:SubstParm
5440 SubstTemplateTypeParmType *SubstParm =
5443 if (!SubstParm) {
5447 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl,
5449 Types.push_back(SubstParm);
5450 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos);
5453 return QualType(SubstParm, 0);
5470 if (SubstTemplateTypeParmPackType *SubstParm =
5472 return QualType(SubstParm, 0);
5487 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType))
5490 Types.push_back(SubstParm);
5491 SubstTemplateTypeParmPackTypes.InsertNode(SubstParm, InsertPos);
5492 return QualType(SubstParm, 0);