Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgExpr

722                                  const Expr *ArgExpr,
724 if (CheckNonNullExpr(S, ArgExpr))
725 S.Diag(CallSiteLoc, diag::warn_null_arg) << ArgExpr->getSourceRange();