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

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

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 476 of file MemRegion.h.


Constructor & Destructor Documentation

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

Definition at line 480 of file MemRegion.h.


Member Function Documentation

void TypedRegion::anchor ( ) [override, virtual]

Reimplemented from clang::ento::SubRegion.

Reimplemented in clang::ento::CodeTextRegion, and clang::ento::TypedValueRegion.

Definition at line 432 of file MemRegion.cpp.

static bool clang::ento::TypedRegion::classof ( const MemRegion R) [inline, static]

Definition at line 485 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, override, virtual]

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