Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgumentExpr

7761   EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
8103 /// \param ArgumentExpr the expression that is passed as the format string
8125 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr,
8133 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
8134 << ArgumentExpr->getSourceRange();
15853 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST];
15856 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
15859 ArgumentExpr = ICE->getSubExpr();
15861 QualType ArgumentType = ArgumentExpr->getType();
15869 if (!ArgumentExpr->isNullPointerConstant(Context,
15871 Diag(ArgumentExpr->getExprLoc(),
15874 << ArgumentExpr->getSourceRange()
15907 Diag(ArgumentExpr->getExprLoc(), diag::warn_type_safety_type_mismatch)
15910 << ArgumentExpr->getSourceRange()