Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp6830 Expr *DeductionArg = Arg; in CheckTemplateArgument() local
6831 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()