Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
400 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument403 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
11380 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument11388 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()11389 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic()19383 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local19389 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag()19391 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag()19399 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()19401 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag()19404 << ArgumentExpr->getSourceRange() in CheckArgumentWithTypeTag()19437 Diag(ArgumentExpr->getExprLoc(), diag::warn_type_safety_type_mismatch) in CheckArgumentWithTypeTag()[all …]