Searched refs:DeductionArg (Results 1 – 1 of 1) sorted by relevance
6820 Expr *DeductionArg = Arg; in CheckTemplateArgument() local6821 if (auto *PE = dyn_cast<PackExpansionExpr>(DeductionArg)) in CheckTemplateArgument()6822 DeductionArg = PE->getPattern(); in CheckTemplateArgument()6829 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()6830 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()6836 TSI, DeductionArg, ParamType, Depth, in CheckTemplateArgument()