Home
last modified time | relevance | path

Searched refs:AddReport (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h369 void AddReport(std::unique_ptr<BugReport> R) { in AddReport() function
374 BugReportEquivClass(std::unique_ptr<BugReport> R) { AddReport(std::move(R)); } in BugReportEquivClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2731 EQ->AddReport(std::move(R)); in emitReport()