Searched refs:ArgumentExpr (Results 1 – 2 of 2) sorted by relevance
398 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() argument401 QualType ArgumentType = ArgumentExpr->getType(); in processArgument()
9377 Sema &S, bool InFunctionCall, const Expr *ArgumentExpr, in EmitFormatDiagnostic() argument9385 S.Diag(IsStringLocation ? ArgumentExpr->getExprLoc() : Loc, PDiag) in EmitFormatDiagnostic()9386 << ArgumentExpr->getSourceRange(); in EmitFormatDiagnostic()17308 const Expr *ArgumentExpr = ExprArgs[ArgumentIdxAST]; in CheckArgumentWithTypeTag() local17314 ArgumentExpr = ICE->getSubExpr(); in CheckArgumentWithTypeTag()17316 QualType ArgumentType = ArgumentExpr->getType(); in CheckArgumentWithTypeTag()17324 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()17326 Diag(ArgumentExpr->getExprLoc(), in CheckArgumentWithTypeTag()17329 << ArgumentExpr->getSourceRange() in CheckArgumentWithTypeTag()17362 Diag(ArgumentExpr->getExprLoc(), diag::warn_type_safety_type_mismatch) in CheckArgumentWithTypeTag()[all …]