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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  290     return k >= PreStmtKind && k <= MaxPostStmtKind;
  299     : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
  307     return Location.getKind() == PreStmtKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   27     case ProgramPoint::PreStmtKind:
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  172       ProgramPoint::Kind K =  IsPreVisit ? ProgramPoint::PreStmtKind :
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1576                                      ProgramPoint::PreStmtKind);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  490     BldrPrepare.generateNode(CE, Pred, State, &T, ProgramPoint::PreStmtKind);
  529                         ProgramPoint::PreStmtKind);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  203                                  ProgramPoint::PreStmtKind);