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

Declarations

tools/clang/include/clang/Analysis/PathDiagnostic.h
  275   static PathDiagnosticLocation create(const ProgramPoint &P,

References

tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1022       PathDiagnosticLocation::create(*Point, BRC.getSourceManager());
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
  107         PathDiagnosticLocation::create(P, BRC.getSourceManager());
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  267         PathDiagnosticLocation::create(P, BRC.getSourceManager());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  416   PathDiagnosticLocation L = PathDiagnosticLocation::create(CallExitLoc, SM);
  496     auto Pos = PathDiagnosticLocation::create(N->getLocation(), SM);
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  122         PathDiagnosticLocation::create(P, BRC.getSourceManager());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  685       PathDiagnosticLocation::create(N->getLocation(), SM);
 1515     L = PathDiagnosticLocation::create(P, BRC.getSourceManager());
 1586       PathDiagnosticLocation::create(P, BRC.getSourceManager());
 2901         PathDiagnosticLocation::create(PP, BRC.getSourceManager());