Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
4754 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local4757 if (!SubstParm) { in getSubstTemplateTypeParmType()4758 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()4760 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()4761 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()4764 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()4781 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local4783 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()4793 auto *SubstParm in getSubstTemplateTypeParmPackType() local4796 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]