Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ReturnStmt

105     : public Checker<check::Bind, check::PreCall, check::PreStmt<ReturnStmt>,
114 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
469 void NullabilityChecker::checkPreStmt(const ReturnStmt *S,