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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  585   bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const;

References

tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  191     if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {