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 923 of file MemRegion.h.
| void clang::ento::RegionRawOffset::dump | ( | ) | const |
| void clang::ento::RegionRawOffset::dumpToStream | ( | raw_ostream & | os | ) | const |
| CharUnits clang::ento::RegionRawOffset::getOffset | ( | ) | const [inline] |
Definition at line 935 of file MemRegion.h.
| const MemRegion* clang::ento::RegionRawOffset::getRegion | ( | ) | const [inline] |
Definition at line 936 of file MemRegion.h.
friend class ElementRegion [friend] |
Definition at line 925 of file MemRegion.h.