Lines Matching refs:SubstParm
4754 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local
4757 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() local
4783 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
4793 auto *SubstParm in getSubstTemplateTypeParmPackType() local
4796 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
4797 SubstTemplateTypeParmPackTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmPackType()
4798 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()