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

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  691   PathSensitiveBugReporter &BR;
  696   BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {}
  700   PathSensitiveBugReporter& getBugReporter() { return BR; }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  150   PathSensitiveBugReporter BR;
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  221                   PathSensitiveBugReporter &Reporter);
 2751     PathSensitiveBugReporter &Reporter) {