Lines Matching defs:BR
130 PathSensitiveBugReport &BR, llvm::raw_ostream &Out) {
132 if (&BR.getBugType() != &InvalidPtrBugType)
140 if (BR.isInteresting(MainRegion)) {
141 BR.markNotInteresting(MainRegion);
146 if (BR.isInteresting(MR)) {
147 BR.markNotInteresting(MR);
193 Note = C.getNoteTag([this, PrevReg, FD](PathSensitiveBugReport &BR,
195 if (!BR.isInteresting(PrevReg) || &BR.getBugType() != &InvalidPtrBugType)
224 [this, MR](PathSensitiveBugReport &BR, llvm::raw_ostream &Out) {
225 if (!BR.isInteresting(MR) || &BR.getBugType() != &InvalidPtrBugType)