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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4195 EmitFormatDiagnostic(Sema &S, bool inFunctionCall, const Expr *ArgumentExpr,
4535 /// \param ArgumentExpr the expression that is passed as the format string
4557 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr,
4565 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag)
4566 << ArgumentExpr->getSourceRange();
10859 const Expr *ArgumentExpr = ExprArgs[Attr->getArgumentIdx()]; local
10862 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(ArgumentExpr))
10865 ArgumentExpr = ICE->getSubExpr();
10867 QualType ArgumentType = ArgumentExpr->getType();
10875 if (!ArgumentExpr
4556 EmitFormatDiagnostic( Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, const PartialDiagnostic &PDiag, SourceLocation Loc, bool IsStringLocation, Range StringRange, ArrayRef<FixItHint> FixIt) argument
[all...]

Completed in 201 milliseconds