Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6931 Expr *DeductionArg = ArgPE ? ArgPE->getPattern() : Arg; in CheckTemplateArgument() local
6933 DeductionArg = NewDeductionArg; in CheckTemplateArgument()
6937 DeductionArg, ArgPE->getEllipsisLoc(), ArgPE->getNumExpansions()); in CheckTemplateArgument()
6939 Arg = DeductionArg; in CheckTemplateArgument()
6951 if (DeductionArg->isTypeDependent()) { in CheckTemplateArgument()
6970 DeductionArg->getBeginLoc(), /*DirectInit*/false, DeductionArg); in CheckTemplateArgument()
6971 Expr *Inits[1] = {DeductionArg}; in CheckTemplateArgument()
6977 TemplateDeductionInfo Info(DeductionArg->getExprLoc(), in CheckTemplateArgument()
6981 DeduceAutoType(TSI->getTypeLoc(), DeductionArg, ParamType, Info, in CheckTemplateArgument()
7018 if (ParamType->isDependentType() || DeductionArg->isTypeDependent()) { in CheckTemplateArgument()
[all …]