Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
4592 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local4595 if (!SubstParm) { in getSubstTemplateTypeParmType()4596 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()4598 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()4599 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()4602 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()4619 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local4621 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()4631 auto *SubstParm in getSubstTemplateTypeParmPackType() local4634 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]