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

References

tools/clang/include/clang/Analysis/ProgramPoint.h
  173     return (K == PostStmtPurgeDeadSymbolsKind ||
  493     : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { }
  499     return Location.getKind() == PostStmtPurgeDeadSymbolsKind;
tools/clang/lib/Analysis/ProgramPoint.cpp
   39     case ProgramPoint::PostStmtPurgeDeadSymbolsKind:
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  711     assert(K == ProgramPoint::PostStmtPurgeDeadSymbolsKind &&
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  181              ProgramPoint::PostStmtPurgeDeadSymbolsKind);
  295                ProgramPoint::PostStmtPurgeDeadSymbolsKind);