Searched refs:SubstParm (Results 1 – 1 of 1) sorted by relevance
5607 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local5610 if (!SubstParm) { in getSubstTemplateTypeParmType()5614 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()5616 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()5617 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()5620 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()5637 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local5639 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()5654 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local5657 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]