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

Overrides

tools/clang/include/clang/Analysis/PathDiagnostic.h
  414   virtual PathDiagnosticLocation getLocation() const = 0;

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
 1145   if (const Stmt *SLoc = getLocation().getStmtOrNull())
 1150     getLocation().dump();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1177     PrevLoc = Call->getLocation();
 3185       PD.setLocation(CP->getLocation());