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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h647 generateDiagnosticForConsumerMap(BugReport *exampleReport,
662 generateDiagnosticForConsumerMap(BugReport *exampleReport,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2908 BugReport *exampleReport = nullptr; local
2923 if (!exampleReport)
2924 exampleReport = R;
2958 if (!exampleReport)
2959 exampleReport = R;
2985 return exampleReport;
3120 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers,
3122 auto *basicReport = cast<BasicBugReport>(exampleReport);
3196 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers,
3200 if (isa<BasicBugReport>(exampleReport))
3119 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
3195 generateDiagnosticForConsumerMap( BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, ArrayRef<BugReport *> bugReports) argument
[all...]

Completed in 115 milliseconds