clang API Documentation
Represents a cast expression. More...
#include <SymbolManager.h>


Public Member Functions | |
| SymbolCast (const SymExpr *In, QualType From, QualType To) | |
| QualType | getType (ASTContext &C) const |
| const SymExpr * | getOperand () 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) |
Represents a cast expression.
Definition at line 312 of file SymbolManager.h.
Definition at line 320 of file SymbolManager.h.
| 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().