Searched refs:DeductionArg (Results 1 – 1 of 1) sorted by relevance
7074 Expr *DeductionArg = Arg; in CheckTemplateArgument() local7075 if (auto *PE = dyn_cast<PackExpansionExpr>(DeductionArg)) in CheckTemplateArgument()7076 DeductionArg = PE->getPattern(); in CheckTemplateArgument()7083 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()7084 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()7090 TemplateDeductionInfo Info(DeductionArg->getExprLoc(), in CheckTemplateArgument()7094 DeduceAutoType(TSI->getTypeLoc(), DeductionArg, ParamType, Info, in CheckTemplateArgument()