Lines Matching defs:SubstParm
5211 SubstTemplateTypeParmType *SubstParm =
5214 if (!SubstParm) {
5218 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl,
5220 Types.push_back(SubstParm);
5221 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos);
5224 return QualType(SubstParm, 0);
5241 if (SubstTemplateTypeParmPackType *SubstParm =
5243 return QualType(SubstParm, 0);
5258 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType))
5261 Types.push_back(SubstParm);
5262 SubstTemplateTypeParmPackTypes.InsertNode(SubstParm, InsertPos);
5263 return QualType(SubstParm, 0);