Searched refs:ReportStmts (Results 1 – 3 of 3) sorted by relevance
325 class ReportStmts : public Checker<check::PreStmt<Stmt>> { class344 mgr.registerChecker<ReportStmts>(); in registerReportStmts()
327 - debug.ReportStmts reports a warning at **every** statement, making it a very
1539 def ReportStmts : Checker<"ReportStmts">,