Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7251 Expr *DeductionArg = Arg; in CheckTemplateArgument() local
7252 if (auto *PE = dyn_cast<PackExpansionExpr>(DeductionArg)) in CheckTemplateArgument()
7253 DeductionArg = PE->getPattern(); in CheckTemplateArgument()
7260 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()
7261 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()
7267 TemplateDeductionInfo Info(DeductionArg->getExprLoc(), in CheckTemplateArgument()
7271 DeduceAutoType(TSI->getTypeLoc(), DeductionArg, ParamType, Info, in CheckTemplateArgument()