Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
5211 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local5214 if (!SubstParm) { in getSubstTemplateTypeParmType()5218 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()5220 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()5221 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()5224 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()5241 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local5243 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()5258 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local5261 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]