reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  269   const PathSensitiveBugReport *getBugReport() const { return R; }
  720   if (R->hasCallStackHint(P))
  724       std::string stackMsg = R->getCallStackMessage(P, N);
 1985   PathDiagnosticConstruct Construct(PDC, ErrorNode, R);
 1999     return generateEmptyDiagnosticForReport(R, getSourceManager());
 2054     if (R->shouldPrunePath() && Opts.ShouldPrunePaths) {
 2056           removeUnneededCalls(Construct, Construct.getMutablePieces(), R);