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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  483     assert(Ex);
  490   const Expr *getExpr() const { return Ex; }
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  275   ProfileRegion(ID, Ex, Cnt, superRegion);
  459   os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}';