Lines Matching defs:ArgumentExpr
6214 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
6556 /// \param ArgumentExpr the expression that is passed as the format string
6578 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr,
6586 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
6587 << ArgumentExpr->getSourceRange();
14044 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST];
14047 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
14050 ArgumentExpr = ICE->getSubExpr();
14052 QualType ArgumentType = ArgumentExpr->getType();
14060 if (!ArgumentExpr->isNullPointerConstant(Context,
14062 Diag(ArgumentExpr->getExprLoc(),
14065 << ArgumentExpr->getSourceRange()
14098 Diag(ArgumentExpr->getExprLoc(), diag::warn_type_safety_type_mismatch)
14101 << ArgumentExpr->getSourceRange()