clang API Documentation

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

Represents a cast expression. More...

#include <SymbolManager.h>

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

List of all members.

Public Member Functions

 SymbolCast (const SymExpr *In, QualType From, QualType To)
QualType getType (ASTContext &C) const
const SymExprgetOperand () const
virtual void dumpToStream (raw_ostream &os) const
void Profile (llvm::FoldingSetNodeID &ID)

Static Public Member Functions

static void Profile (llvm::FoldingSetNodeID &ID, const SymExpr *In, QualType From, QualType To)
static bool classof (const SymExpr *SE)

Detailed Description

Represents a cast expression.

Definition at line 312 of file SymbolManager.h.


Constructor & Destructor Documentation

clang::ento::SymbolCast::SymbolCast ( const SymExpr In,
QualType  From,
QualType  To 
) [inline]

Definition at line 320 of file SymbolManager.h.


Member Function Documentation

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

Reimplemented from clang::ento::SymExpr.

Definition at line 342 of file SymbolManager.h.

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

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

Reimplemented from clang::ento::SymExpr.

const SymExpr* clang::ento::SymbolCast::getOperand ( ) const [inline]

Definition at line 325 of file SymbolManager.h.

QualType clang::ento::SymbolCast::getType ( ASTContext C) const [inline, virtual]

Implements clang::ento::SymExpr.

Definition at line 323 of file SymbolManager.h.

static void clang::ento::SymbolCast::Profile ( llvm::FoldingSetNodeID &  ID,
const SymExpr In,
QualType  From,
QualType  To 
) [inline, static]

Definition at line 329 of file SymbolManager.h.

References clang::ento::SymExpr::CastSymbolKind.

Referenced by Profile().

void clang::ento::SymbolCast::Profile ( llvm::FoldingSetNodeID &  ID) [inline, virtual]

Implements clang::ento::SymExpr.

Definition at line 337 of file SymbolManager.h.

References Profile().


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