Home
last modified time | relevance | path

Searched refs:DeductionArg (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6819 Expr *DeductionArg = Arg; in CheckTemplateArgument() local
6820 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()