Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h550 void AddReport(std::unique_ptr<BugReport> &&R) { in AddReport() function
555 BugReportEquivClass(std::unique_ptr<BugReport> R) { AddReport(std::move(R)); } in BugReportEquivClass()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2925 EQ->AddReport(std::move(R)); in emitReport()