clang API Documentation
A symbol representing the value stored at a MemRegion. More...
#include <SymbolManager.h>
Public Member Functions | |
SymbolRegionValue (SymbolID sym, const TypedValueRegion *r) | |
const TypedValueRegion * | getRegion () const |
void | Profile (llvm::FoldingSetNodeID &profile) override |
void | dumpToStream (raw_ostream &os) const override |
QualType | getType () const override |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &profile, const TypedValueRegion *R) |
static bool | classof (const SymExpr *SE) |
A symbol representing the value stored at a MemRegion.
Definition at line 124 of file SymbolManager.h.
clang::ento::SymbolRegionValue::SymbolRegionValue | ( | SymbolID | sym, |
const TypedValueRegion * | r | ||
) | [inline] |
Definition at line 128 of file SymbolManager.h.
static bool clang::ento::SymbolRegionValue::classof | ( | const SymExpr * | SE | ) | [inline, static] |
Reimplemented from clang::ento::SymbolData.
Definition at line 147 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::RegionValueKind.
void SymbolRegionValue::dumpToStream | ( | raw_ostream & | os | ) | const [override, virtual] |
Reimplemented from clang::ento::SymExpr.
Definition at line 87 of file SymbolManager.cpp.
References clang::ento::SymbolData::getSymbolID().
const TypedValueRegion* clang::ento::SymbolRegionValue::getRegion | ( | ) | const [inline] |
Definition at line 131 of file SymbolManager.h.
QualType SymbolRegionValue::getType | ( | ) | const [override, virtual] |
Implements clang::ento::SymExpr.
Definition at line 324 of file SymbolManager.cpp.
static void clang::ento::SymbolRegionValue::Profile | ( | llvm::FoldingSetNodeID & | profile, |
const TypedValueRegion * | R | ||
) | [inline, static] |
Definition at line 133 of file SymbolManager.h.
References clang::ento::SymExpr::RegionValueKind.
Referenced by Profile().
void clang::ento::SymbolRegionValue::Profile | ( | llvm::FoldingSetNodeID & | profile | ) | [inline, override, virtual] |
Implements clang::ento::SymExpr.
Definition at line 138 of file SymbolManager.h.
References Profile().