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

References

tools/clang/lib/Analysis/ProgramPoint.cpp
   62         << castAs<BlockEntrance>().getBlock()->getBlockID();
   97         << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"';
  101     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();
  110     ImplicitCallPoint PC = castAs<ImplicitCallPoint>();
  120     const CXXCtorInitializer *Init = castAs<PostInitializer>().getInitializer();
  134     const BlockEdge &E = castAs<BlockEdge>();
  186     const Stmt *S = castAs<StmtPoint>().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/Core/BugReporter.cpp
  285   CallExitEnd CExit = P.castAs<CallExitEnd>();
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  159       HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred);
  163       HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
  171       HandleCallEnter(Loc.castAs<CallEnter>(), Pred);
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  124   const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2933     if (!P.getAs<PostStmt>() || P.castAs<PostStmt>().getStmt() != Ex) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  691   BlockEdge BE = N->getLocation().castAs<BlockEdge>();
  805     SrcBlock = PP.castAs<BlockEdge>().getSrc();