clang API Documentation
#include <MemRegion.h>


Public Member Functions | |
| const Decl * | getDecl () const |
| void | Profile (llvm::FoldingSetNodeID &ID) const |
| DefinedOrUnknownSVal | getExtent (SValBuilder &svalBuilder) const |
| getExtent - Returns the size of the region in bytes. | |
Static Public Member Functions | |
| static bool | classof (const MemRegion *R) |
Protected Member Functions | |
| DeclRegion (const Decl *d, const MemRegion *sReg, Kind k) | |
Static Protected Member Functions | |
| static void | ProfileRegion (llvm::FoldingSetNodeID &ID, const Decl *D, const MemRegion *superRegion, Kind k) |
Protected Attributes | |
| const Decl * | D |
Definition at line 784 of file MemRegion.h.
| clang::ento::DeclRegion::DeclRegion | ( | const Decl * | d, |
| const MemRegion * | sReg, | ||
| Kind | k | ||
| ) | [inline, protected] |
Definition at line 788 of file MemRegion.h.
| static bool clang::ento::DeclRegion::classof | ( | const MemRegion * | R | ) | [inline, static] |
Reimplemented from clang::ento::TypedValueRegion.
Reimplemented in clang::ento::ObjCIvarRegion, clang::ento::FieldRegion, and clang::ento::VarRegion.
Definition at line 800 of file MemRegion.h.
References clang::ento::MemRegion::BEG_DECL_REGIONS, clang::ento::MemRegion::END_DECL_REGIONS, and clang::ento::MemRegion::getKind().
| const Decl* clang::ento::DeclRegion::getDecl | ( | ) | const [inline] |
Reimplemented in clang::ento::ObjCIvarRegion, clang::ento::FieldRegion, and clang::ento::VarRegion.
Definition at line 795 of file MemRegion.h.
References D.
| DefinedOrUnknownSVal clang::ento::DeclRegion::getExtent | ( | SValBuilder & | svalBuilder | ) | const [virtual] |
getExtent - Returns the size of the region in bytes.
Reimplemented from clang::ento::SubRegion.
Reimplemented in clang::ento::FieldRegion.
| void clang::ento::DeclRegion::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | const [virtual] |
Implements clang::ento::MemRegion.
| static void clang::ento::DeclRegion::ProfileRegion | ( | llvm::FoldingSetNodeID & | ID, |
| const Decl * | D, | ||
| const MemRegion * | superRegion, | ||
| Kind | k | ||
| ) | [static, protected] |
const Decl* clang::ento::DeclRegion::D [protected] |
Definition at line 786 of file MemRegion.h.
Referenced by clang::ento::CallOrObjCMessage::getDecl(), getDecl(), clang::ento::VarRegion::getDecl(), and clang::ento::FieldRegion::getDecl().