Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
4816 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local4819 if (!SubstParm) { in getSubstTemplateTypeParmType()4823 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()4825 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()4826 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()4829 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()4846 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local4848 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()4863 auto *SubstParm = new (*this, TypeAlignment) SubstTemplateTypeParmPackType( in getSubstTemplateTypeParmPackType() local4865 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]