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

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  638     return getStartLocation();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  233   FullSourceLoc XSL = X.getStartLocation().asLocation();
  234   FullSourceLoc YSL = Y.getStartLocation().asLocation();
 1162   getStartLocation().dump();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  532       const Stmt *Start = CF->getStartLocation().asStmt();
  542             NextCF->setStartLocation(CF->getStartLocation());
 1420     PathDiagnosticLocation SrcLoc = Piece->getStartLocation();
 1459                   PrevPiece->getStartLocation().getStmtOrNull()) {
 1498     const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
 1532     const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
 1551     PieceNextI->setStartLocation(PieceI->getStartLocation());
 1622     const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
 1646     const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
 1690     const Stmt *start = PieceI->getStartLocation().getStmtOrNull();
 1783     const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
 1799     const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
 1875                                 PieceI->getStartLocation().asLocation());
 1945   if (FirstEdge->getStartLocation() != EntryLoc)