Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
477 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument480 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
8397 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument8405 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()8406 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic()16194 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local16200 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag()16202 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag()16210 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()16212 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag()16215 << ArgumentExpr->getSourceRange() in CheckArgumentWithTypeTag()16248 Diag(ArgumentExpr->getExprLoc(), diag::warn_type_safety_type_mismatch) in CheckArgumentWithTypeTag()[all …]