Searched refs:exampleReport (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h651 generateDiagnosticForConsumerMap(BugReport *exampleReport,
666 generateDiagnosticForConsumerMap(BugReport *exampleReport,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2959 BugReport *exampleReport = nullptr; local
2974 if (!exampleReport)
2975 exampleReport = R;
3009 if (!exampleReport)
3010 exampleReport = R;
3036 return exampleReport;
3171 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers,
3173 auto *basicReport = cast<BasicBugReport>(exampleReport);
3247 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers,
3251 if (isa<BasicBugReport>(exampleReport))
3170 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
3246 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
[all...]

Completed in 176 milliseconds