Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
4796 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local4799 if (!SubstParm) { in getSubstTemplateTypeParmType()4805 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()4806 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()4809 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()4826 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local4828 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()4843 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local4846 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()4847 SubstTemplateTypeParmPackTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmPackType()[all …]