clang API Documentation

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

A symbol representing the value stored at a MemRegion. More...

#include <SymbolManager.h>

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

List of all members.

Public Member Functions

 SymbolRegionValue (SymbolID sym, const TypedValueRegion *r)
const TypedValueRegiongetRegion () const
void Profile (llvm::FoldingSetNodeID &profile) override
void dumpToStream (raw_ostream &os) const override
QualType getType () const override

Static Public Member Functions

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

Detailed Description

A symbol representing the value stored at a MemRegion.

Definition at line 124 of file SymbolManager.h.


Constructor & Destructor Documentation

Definition at line 128 of file SymbolManager.h.


Member Function Documentation

static bool clang::ento::SymbolRegionValue::classof ( const SymExpr SE) [inline, static]
void SymbolRegionValue::dumpToStream ( raw_ostream &  os) const [override, virtual]

Reimplemented from clang::ento::SymExpr.

Definition at line 87 of file SymbolManager.cpp.

References clang::ento::SymbolData::getSymbolID().

Definition at line 131 of file SymbolManager.h.

QualType SymbolRegionValue::getType ( ) const [override, virtual]

Implements clang::ento::SymExpr.

Definition at line 324 of file SymbolManager.cpp.

static void clang::ento::SymbolRegionValue::Profile ( llvm::FoldingSetNodeID &  profile,
const TypedValueRegion R 
) [inline, static]

Definition at line 133 of file SymbolManager.h.

References clang::ento::SymExpr::RegionValueKind.

Referenced by Profile().

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

Implements clang::ento::SymExpr.

Definition at line 138 of file SymbolManager.h.

References Profile().


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