Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ReturnStmt

2353                     check::PreStmt<ReturnStmt>,
2517 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
2518 void checkReturnWithRetEffect(const ReturnStmt *S, CheckerContext &C,
3181 void RetainCountChecker::checkPreStmt(const ReturnStmt *S,
3280 void RetainCountChecker::checkReturnWithRetEffect(const ReturnStmt *S,