Searched refs:DeductionArg (Results 1 – 1 of 1) sorted by relevance
6521 Expr *DeductionArg = Arg; in CheckTemplateArgument() local6522 if (auto *PE = dyn_cast<PackExpansionExpr>(DeductionArg)) in CheckTemplateArgument()6523 DeductionArg = PE->getPattern(); in CheckTemplateArgument()6530 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()6531 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()6537 TemplateDeductionInfo Info(DeductionArg->getExprLoc(), in CheckTemplateArgument()6541 DeduceAutoType(TSI->getTypeLoc(), DeductionArg, ParamType, Info, in CheckTemplateArgument()