clang API Documentation
#include <MemRegion.h>
Public Member Functions | |
CharUnits | getOffset () const |
const MemRegion * | getRegion () const |
void | dumpToStream (raw_ostream &os) const |
void | dump () const |
Friends | |
class | ElementRegion |
Definition at line 988 of file MemRegion.h.
void RegionRawOffset::dump | ( | ) | const |
Definition at line 528 of file MemRegion.cpp.
References dumpToStream().
void RegionRawOffset::dumpToStream | ( | raw_ostream & | os | ) | const |
Definition at line 532 of file MemRegion.cpp.
References getOffset(), clang::CharUnits::getQuantity(), and getRegion().
Referenced by dump().
CharUnits clang::ento::RegionRawOffset::getOffset | ( | ) | const [inline] |
Definition at line 1000 of file MemRegion.h.
Referenced by dumpToStream().
const MemRegion* clang::ento::RegionRawOffset::getRegion | ( | ) | const [inline] |
Definition at line 1001 of file MemRegion.h.
Referenced by dumpToStream().
friend class ElementRegion [friend] |
Definition at line 990 of file MemRegion.h.