Lines Matching refs:SubstParm
3289 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local
3292 if (!SubstParm) { in getSubstTemplateTypeParmType()
3293 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()
3295 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
3296 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
3299 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
3316 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local
3318 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
3328 SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local
3331 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
3332 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmPackType()
3333 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()