Lines Matching defs:ResultArg
6616 QualType ParamType, Expr *&ResultArg,
6621 Expr *Arg = ResultArg;
6685 switch (isNullPointerValueTemplateArgument(S, Param, ParamType, ResultArg,
6690 S.Diag(ResultArg->getExprLoc(), diag::warn_cxx98_compat_template_arg_null);
6700 if (S.IsQualificationConversion(ResultArg->getType(),
6703 ResultArg = S.ImpCastExprToType(ResultArg, ParamType, CK_NoOp,
6704 ResultArg->getValueKind())
6707 ResultArg->getType(), ParamType.getNonReferenceType())) {
6709 S.Diag(ResultArg->getBeginLoc(), diag::err_template_arg_not_convertible)
6710 << ResultArg->getType() << ParamType << ResultArg->getSourceRange();