clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::ento::TypedRegion Class Reference

TypedRegion - An abstract class representing regions that are typed. More...

#include <MemRegion.h>

Inheritance diagram for clang::ento::TypedRegion:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::TypedRegion:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void anchor ()
virtual QualType getLocationType () const =0
QualType getDesugaredLocationType (ASTContext &Context) const
bool isBoundable () const

Static Public Member Functions

static bool classof (const MemRegion *R)

Protected Member Functions

 TypedRegion (const MemRegion *sReg, Kind k)

Detailed Description

TypedRegion - An abstract class representing regions that are typed.

Definition at line 437 of file MemRegion.h.


Constructor & Destructor Documentation

clang::ento::TypedRegion::TypedRegion ( const MemRegion sReg,
Kind  k 
) [inline, protected]

Definition at line 441 of file MemRegion.h.


Member Function Documentation

virtual void clang::ento::TypedRegion::anchor ( ) [virtual]
static bool clang::ento::TypedRegion::classof ( const MemRegion R) [inline, static]
QualType clang::ento::TypedRegion::getDesugaredLocationType ( ASTContext Context) const [inline]

Definition at line 446 of file MemRegion.h.

References clang::QualType::getDesugaredType(), and getLocationType().

virtual QualType clang::ento::TypedRegion::getLocationType ( ) const [pure virtual]
bool clang::ento::TypedRegion::isBoundable ( ) const [inline, virtual]

The documentation for this class was generated from the following file: