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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  282   const T* getStmtAs() const { return dyn_cast<T>(getStmt()); }
tools/clang/lib/Analysis/PathDiagnostic.cpp
  673     S = SP->getStmt();
tools/clang/lib/Analysis/ProgramPoint.cpp
  186     const Stmt *S = castAs<StmtPoint>().getStmt();
tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
   37   const Stmt *S = N->getLocationAs<PreStmt>()->getStmt();
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1011   auto *LiteralExpr = dyn_cast<ObjCStringLiteral>(Point->getStmt());
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  635       cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  503     const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
  555     const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
  589   const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
   92         if (PS->getStmt() == Ex)
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1032       const Stmt *S = SP->getStmt();
 1224     if (!isa<ObjCForCollectionStmt>(PS->getStmt())) {
 1226           PathDiagnosticLocation(PS->getStmt(), SM, C.getCurrLocationContext());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  817         SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc();
  959           if (SP->getStmt() == S && CurrentSFC == PredSFC)
 1014     const auto *Ret = dyn_cast<ReturnStmt>(SP->getStmt());
 1468     const Stmt *S = PS->getStmt();
 1669       const Stmt *CurStmt = SP->getStmt();
 1684       SourceLocation BugLoc = BugPoint->getStmt()->getBeginLoc();
 2101   const Stmt *S = P->getStmt();
 2184     return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue);
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  124   const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt());
  145     if (CallEvent::isCallStmt(SP->getStmt()))
  336     return SP->getStmt();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1871       if (SP->getStmt() == CE)
 2933     if (!P.getAs<PostStmt>() || P.castAs<PostStmt>().getStmt() != Ex) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
   85         S = SP->getStmt();