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
  890   QualType getValueType() const override { return CL->getType(); }
  892   bool isBoundable() const override { return !CL->isFileScope(); }
  898   const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  279   CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
  483   os << "{ S" << CL->getID(getContext()) <<  " }";