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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  173   virtual PathDiagnosticLocation getLocation() const = 0;

Overridden By

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
   93   PathDiagnosticLocation getLocation() const override {

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  426   PathDiagnosticLocation getLocation() const override;

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  762     PathDiagnosticLocation L = BR.getLocation();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
   99     return PathSensitiveBugReport::getLocation();
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
   86       PathDiagnosticLocation L = BR.getLocation();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  311   PathDiagnosticLocation L = BR.getLocation();
 2748   FullSourceLoc Loc = BR.getLocation().asLocation();