Searched defs:ArgumentExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp2350 const Expr *ArgumentExpr,
2641 /// \param ArgumentExpr the expression that is passed as the format string
2663 const Expr *ArgumentExpr,
2677 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
2678 << ArgumentExpr->getSourceRange();
8107 const Expr *ArgumentExpr = ExprArgs[Attr->getArgumentIdx()]; local
8110 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
8113 ArgumentExpr = ICE->getSubExpr();
8115 QualType ArgumentType = ArgumentExpr->getType();
8123 if (!ArgumentExpr
2662 EmitFormatDiagnostic(Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
[all...]

Completed in 470 milliseconds