Searched refs:SubstParm (Results 1 – 2 of 2) sorted by relevance
3289 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local3292 if (!SubstParm) { in getSubstTemplateTypeParmType()3293 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()3295 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()3296 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()3299 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()3316 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local3318 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()3328 SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local3331 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]
4522 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local4525 if (!SubstParm) { in getSubstTemplateTypeParmType()4526 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()4528 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()4529 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()4532 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()4549 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local4551 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()4561 auto *SubstParm in getSubstTemplateTypeParmPackType() local4564 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()[all …]