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