Searched refs:DeductionArg (Results 1 – 1 of 1) sorted by relevance
6881 Expr *DeductionArg = Arg; in CheckTemplateArgument() local6882 if (auto *PE = dyn_cast<PackExpansionExpr>(DeductionArg)) in CheckTemplateArgument()6883 DeductionArg = PE->getPattern(); in CheckTemplateArgument()6890 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()6891 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()6897 TSI, DeductionArg, ParamType, Depth, in CheckTemplateArgument()