Home | History | Annotate | Download | only in Checkers

Lines Matching defs:BR

47                     AnalysisManager &mgr, BugReporter &BR) const;
53 BugReporter &BR) const {
76 PathDiagnosticLocation::create(D, BR.getSourceManager());
77 BR.EmitBasicReport(D, "Bad return type when passing NSError**",
95 AnalysisManager &mgr, BugReporter &BR) const;
101 BugReporter &BR) const {
124 PathDiagnosticLocation::create(D, BR.getSourceManager());
125 BR.EmitBasicReport(D, "Bad return type when passing CFErrorRef*",
257 BugReporter &BR = *event.BR;
288 BR.EmitReport(report);