Lines Matching refs:BR
42 BugReporter &BR) const;
45 AnalysisManager &Mgr, BugReporter &BR) const;
48 void reportClones(BugReporter &BR, AnalysisManager &Mgr,
54 BugReporter &BR, AnalysisManager &Mgr,
60 BugReporter &BR) const { in checkASTCodeBody()
68 BugReporter &BR) const { in checkEndOfTranslationUnit()
83 reportSuspiciousClones(BR, Mgr, AllCloneGroups); in checkEndOfTranslationUnit()
96 reportClones(BR, Mgr, AllCloneGroups); in checkEndOfTranslationUnit()
108 BugReporter &BR, AnalysisManager &Mgr, in reportClones() argument
124 BR.emitReport(std::move(R)); in reportClones()
129 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones() argument
161 ASTContext &ACtx = BR.getContext(); in reportSuspiciousClones()
186 BR.emitReport(std::move(R)); in reportSuspiciousClones()