clang API Documentation
#include <MemRegion.h>
Public Member Functions | |
QualType | getValueType () const override |
void | dumpToStream (raw_ostream &os) const override |
Static Public Member Functions | |
static bool | classof (const MemRegion *R) |
Friends | |
class | MemRegionManager |
CXXThisRegion - Represents the region for the implicit 'this' parameter in a call to a C++ method. This region doesn't represent the object referred to by 'this', but rather 'this' itself.
Definition at line 900 of file MemRegion.h.
static bool clang::ento::CXXThisRegion::classof | ( | const MemRegion * | R | ) | [inline, static] |
Reimplemented from clang::ento::TypedValueRegion.
Definition at line 919 of file MemRegion.h.
References clang::ento::MemRegion::CXXThisRegionKind, and clang::ento::MemRegion::getKind().
void CXXThisRegion::dumpToStream | ( | raw_ostream & | os | ) | const [override, virtual] |
Reimplemented from clang::ento::MemRegion.
Definition at line 493 of file MemRegion.cpp.
QualType clang::ento::CXXThisRegion::getValueType | ( | ) | const [inline, override, virtual] |
Implements clang::ento::TypedValueRegion.
Definition at line 913 of file MemRegion.h.
friend class MemRegionManager [friend] |
Reimplemented from clang::ento::MemRegion.
Definition at line 901 of file MemRegion.h.