clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ento::SymbolDerived Class Reference

#include <SymbolManager.h>

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

List of all members.

Public Member Functions

 SymbolDerived (SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
SymbolRef getParentSymbol () const
const TypedValueRegiongetRegion () const
QualType getType (ASTContext &) const
virtual void dumpToStream (raw_ostream &os) const
virtual void Profile (llvm::FoldingSetNodeID &profile)

Static Public Member Functions

static void Profile (llvm::FoldingSetNodeID &profile, SymbolRef parent, const TypedValueRegion *r)
static bool classof (const SymExpr *SE)

Detailed Description

A symbol representing the value of a MemRegion whose parent region has symbolic value.

Definition at line 203 of file SymbolManager.h.


Constructor & Destructor Documentation

clang::ento::SymbolDerived::SymbolDerived ( SymbolID  sym,
SymbolRef  parent,
const TypedValueRegion r 
) [inline]

Definition at line 208 of file SymbolManager.h.


Member Function Documentation

static bool clang::ento::SymbolDerived::classof ( const SymExpr SE) [inline, static]

Reimplemented from clang::ento::SymbolData.

Definition at line 230 of file SymbolManager.h.

References clang::ento::SymExpr::DerivedKind, and clang::ento::SymExpr::getKind().

virtual void clang::ento::SymbolDerived::dumpToStream ( raw_ostream &  os) const [virtual]

Reimplemented from clang::ento::SymExpr.

SymbolRef clang::ento::SymbolDerived::getParentSymbol ( ) const [inline]

Definition at line 211 of file SymbolManager.h.

const TypedValueRegion* clang::ento::SymbolDerived::getRegion ( ) const [inline]

Definition at line 212 of file SymbolManager.h.

QualType clang::ento::SymbolDerived::getType ( ASTContext ) const [virtual]

Implements clang::ento::SymExpr.

static void clang::ento::SymbolDerived::Profile ( llvm::FoldingSetNodeID &  profile,
SymbolRef  parent,
const TypedValueRegion r 
) [inline, static]

Definition at line 218 of file SymbolManager.h.

References clang::ento::SymExpr::DerivedKind.

Referenced by Profile().

virtual void clang::ento::SymbolDerived::Profile ( llvm::FoldingSetNodeID &  profile) [inline, virtual]

Implements clang::ento::SymExpr.

Definition at line 225 of file SymbolManager.h.

References Profile().


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