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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
   75               MinPostStmtKind = PostStmtKind,
  325     : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  411                              ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
  421                              ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
   73     assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind);
tools/clang/lib/Analysis/ProgramPoint.cpp
   29     case ProgramPoint::PostStmtKind:
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  173                                            ProgramPoint::PostStmtKind;
  666           ProgramPoint::PostStmtKind,
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2672                       ProgramPoint::PostStmtKind);