Lines Matching refs:BR
54 BugReporter &BR) const;
82 BugReporter &BR, in emitDiagnostics() argument
113 ME, BR.getSourceManager(), ADC); in emitDiagnostics()
116 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInSamePool() argument
170 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInSamePool()
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInNoPool() argument
191 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInNoPool()
197 BugReporter &BR) const { in checkASTCodeBody()
198 checkTempObjectsInSamePool(D, AM, BR, this); in checkASTCodeBody()
199 checkTempObjectsInNoPool(D, AM, BR, this); in checkASTCodeBody()