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