Searched refs:Reporter (Results 1 – 3 of 3) sorted by relevance
274 auto Reporter = llvm::make_unique<BugReport>(*BT, Msg, N); in reportBug() local275 Reporter->addVisitor(llvm::make_unique<VirtualBugVisitor>(Reg)); in reportBug()276 C.emitReport(std::move(Reporter)); in reportBug()
2150 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings() local2152 Reporter.setIssueBetaWarnings(true); in IssueWarnings()2154 Reporter.setVerbose(true); in IssueWarnings()2156 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()2158 Reporter.emitDiagnostics(); in IssueWarnings()
2598 GRBugReporter &Reporter) { in findValidReport() argument2617 BugReporterContext BRC(Reporter, ErrorGraph.BackMap); in findValidReport()