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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  384     return k == PreLoadKind || k == PreStoreKind;
  406   : LocationCheck(S, L, PreStoreKind, tag) {}
  412     return location.getKind() == PreStoreKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   35     case ProgramPoint::PreStoreKind:
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  336                                        ProgramPoint::PreStoreKind;