Searched refs:ExtractTypeForDeductionGuide (Results 1 – 1 of 1) sorted by relevance
1667 class ExtractTypeForDeductionGuide class1668 : public TreeTransform<ExtractTypeForDeductionGuide> {1670 typedef TreeTransform<ExtractTypeForDeductionGuide> Base;1671 ExtractTypeForDeductionGuide(Sema &SemaRef) : Base(SemaRef) {} in ExtractTypeForDeductionGuide() function in __anoncad16d200411::ExtractTypeForDeductionGuide1923 NewDI = ExtractTypeForDeductionGuide(SemaRef).transform(NewDI); in transformFunctionTypeParam()