Lines Matching defs:ResultArg
6357 QualType ParamType, Expr *&ResultArg,
6362 Expr *Arg = ResultArg;
6426 switch (isNullPointerValueTemplateArgument(S, Param, ParamType, ResultArg,
6431 S.Diag(ResultArg->getExprLoc(), diag::warn_cxx98_compat_template_arg_null);
6441 if (S.IsQualificationConversion(ResultArg->getType(),
6444 ResultArg = S.ImpCastExprToType(ResultArg, ParamType, CK_NoOp,
6445 ResultArg->getValueKind())
6448 ResultArg->getType(), ParamType.getNonReferenceType())) {
6450 S.Diag(ResultArg->getBeginLoc(), diag::err_template_arg_not_convertible)
6451 << ResultArg->getType() << ParamType << ResultArg->getSourceRange();