clang 20.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 1178 of file MemRegion.h.
LLVM_DUMP_METHOD void RegionRawOffset::dump | ( | ) | const |
Definition at line 569 of file MemRegion.cpp.
References dumpToStream().
void RegionRawOffset::dumpToStream | ( | raw_ostream & | os | ) | const |
Definition at line 573 of file MemRegion.cpp.
References getOffset(), clang::CharUnits::getQuantity(), and getRegion().
Referenced by dump().
|
inline |
Definition at line 1189 of file MemRegion.h.
Referenced by clang::ento::StoreManager::castRegion(), and dumpToStream().
|
inline |
Definition at line 1192 of file MemRegion.h.
Referenced by clang::ento::StoreManager::castRegion(), and dumpToStream().
|
friend |
Definition at line 1179 of file MemRegion.h.