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()
354 - debug.ReportStmts reports a warning at **every** statement, making it a very
1600 def ReportStmts : Checker<"ReportStmts">,