Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6881 Expr *DeductionArg = Arg; in CheckTemplateArgument() local
6882 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()