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