clang 17.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/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 1168 of file MemRegion.h.
LLVM_DUMP_METHOD void RegionRawOffset::dump | ( | ) | const |
Definition at line 534 of file MemRegion.cpp.
References dumpToStream().
void RegionRawOffset::dumpToStream | ( | raw_ostream & | os | ) | const |
Definition at line 538 of file MemRegion.cpp.
References getOffset(), clang::CharUnits::getQuantity(), and getRegion().
Referenced by dump().
|
inline |
Definition at line 1179 of file MemRegion.h.
References Offset.
Referenced by clang::ento::StoreManager::castRegion(), and dumpToStream().
|
inline |
Definition at line 1182 of file MemRegion.h.
Referenced by clang::ento::StoreManager::castRegion(), and dumpToStream().
|
friend |
Definition at line 1169 of file MemRegion.h.