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

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
  237   FullSourceLoc XEL = X.getEndLocation().asLocation();
  238   FullSourceLoc YEL = Y.getEndLocation().asLocation();
 1164   getEndLocation().dump();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  533       const Stmt *End = CF->getEndLocation().asStmt();
 1436       const Stmt *Dst = Piece->getEndLocation().getStmtOrNull();
 1499     const Stmt *s1End   = PieceI->getEndLocation().getStmtOrNull();
 1533     const Stmt *s2End   = PieceNextI->getEndLocation().getStmtOrNull();
 1623     const Stmt *s1End   = PieceI->getEndLocation().getStmtOrNull();
 1647     const Stmt *s2End   = PieceNextI->getEndLocation().getStmtOrNull();
 1691     const Stmt *end   = PieceI->getEndLocation().getStmtOrNull();
 1784     const Stmt *s1End   = PieceI->getEndLocation().getStmtOrNull();
 1800     const Stmt *s2End   = PieceNextI->getEndLocation().getStmtOrNull();
 1819       PieceI->setEndLocation(PieceNextI->getEndLocation());
 1874           SourceRange EdgeRange(PieceI->getEndLocation().asLocation(),
 1882         PieceI->setEndLocation(PieceNextI->getEndLocation());
 1900         PieceI->setEndLocation(PieceNextI->getEndLocation());