clang API Documentation

Public Member Functions | Static Public Member Functions | Friends
clang::ento::CompoundLiteralRegion Class Reference

#include <MemRegion.h>

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

List of all members.

Public Member Functions

QualType getValueType () const
bool isBoundable () const
void Profile (llvm::FoldingSetNodeID &ID) const
void dumpToStream (raw_ostream &os) const
const CompoundLiteralExprgetLiteralExpr () const

Static Public Member Functions

static bool classof (const MemRegion *R)

Friends

class MemRegionManager

Detailed Description

CompoundLiteralRegion - A memory region representing a compound literal. Compound literals are essentially temporaries that are stack allocated or in the global constant pool.

Definition at line 755 of file MemRegion.h.


Member Function Documentation

static bool clang::ento::CompoundLiteralRegion::classof ( const MemRegion R) [inline, static]
void clang::ento::CompoundLiteralRegion::dumpToStream ( raw_ostream &  os) const [virtual]

Reimplemented from clang::ento::MemRegion.

const CompoundLiteralExpr* clang::ento::CompoundLiteralRegion::getLiteralExpr ( ) const [inline]

Definition at line 777 of file MemRegion.h.

QualType clang::ento::CompoundLiteralRegion::getValueType ( ) const [inline, virtual]

Implements clang::ento::TypedValueRegion.

Definition at line 767 of file MemRegion.h.

References clang::Expr::getType().

bool clang::ento::CompoundLiteralRegion::isBoundable ( ) const [inline, virtual]

Reimplemented from clang::ento::TypedRegion.

Definition at line 771 of file MemRegion.h.

References clang::CompoundLiteralExpr::isFileScope().

void clang::ento::CompoundLiteralRegion::Profile ( llvm::FoldingSetNodeID &  ID) const [virtual]

Friends And Related Function Documentation

friend class MemRegionManager [friend]

Reimplemented from clang::ento::MemRegion.

Definition at line 757 of file MemRegion.h.


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