Searched refs:getSubstTemplateTypeParmType (Results 1 – 7 of 7) sorted by relevance
740 return ctx.getSubstTemplateTypeParmType(
1616 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced,
1842 = getSema().Context.getSubstTemplateTypeParmType(T, Replacement); in TransformTemplateTypeParmType()1882 Result = getSema().Context.getSubstTemplateTypeParmType( in TransformSubstTemplateTypeParmPackType()
4860 T = SemaRef.Context.getSubstTemplateTypeParmType( in RebuildQualifiedType()6418 = SemaRef.Context.getSubstTemplateTypeParmType(T->getReplacedParameter(), in TransformSubstTemplateTypeParmType()
1169 return Ctx.getSubstTemplateTypeParmType(T->getReplacedParameter(), in VisitSubstTemplateTypeParmType()
1532 return Importer.getToContext().getSubstTemplateTypeParmType( in VisitSubstTemplateTypeParmType()
4746 ASTContext::getSubstTemplateTypeParmType(const TemplateTypeParmType *Parm, in getSubstTemplateTypeParmType() function in ASTContext