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
 1157   getLocation().dump();
 1176   getLocation().dump();
 1183   getLocation().dump();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  351   if (X->getLocation() != Y->getLocation())
  351   if (X->getLocation() != Y->getLocation())
 1258       addEdgeToPath(C.getActivePath(), PrevLoc, p->getLocation());
 1299           addEdgeToPath(C.getActivePath(), PrevLoc, PE->getLocation());
 3021           Piece->getLocation(), Piece->getString());
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  484             P->getLocation().asLocation().getExpansionLineNumber();
  486             P->getLocation().asLocation().getExpansionColumnNumber();
  628   SourceRange Range(Piece.getLocation().asRange());
  884       FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  326   FullSourceLoc L = P.getLocation().asLocation();
  396     ExpansionInfo EI = getExpandedMacro(P->getLocation().asLocation(), PP, CTU);
  402     FullSourceLoc L = P->getLocation().asLocation();
  435   FullSourceLoc L = P.getLocation().asLocation();
  466   FullSourceLoc L = P.getLocation().asLocation();