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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2927 const Expr *ArgumentExpr,
3218 /// \param ArgumentExpr the expression that is passed as the format string
3240 const Expr *ArgumentExpr,
3251 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
3252 << ArgumentExpr->getSourceRange();
9267 const Expr *ArgumentExpr = ExprArgs[Attr->getArgumentIdx()]; local
9270 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
9273 ArgumentExpr = ICE->getSubExpr();
9275 QualType ArgumentType = ArgumentExpr->getType();
9283 if (!ArgumentExpr
3239 EmitFormatDiagnostic(Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, PartialDiagnostic PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
[all...]

Completed in 68 milliseconds