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


Public Member Functions | |
| SymbolCast (const SymExpr *In, QualType From, QualType To) | |
| QualType | getType () const override |
| const SymExpr * | getOperand () const |
| void | dumpToStream (raw_ostream &os) const override |
| void | Profile (llvm::FoldingSetNodeID &ID) override |
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 309 of file SymbolManager.h.
| clang::ento::SymbolCast::SymbolCast | ( | const SymExpr * | In, |
| QualType | From, | ||
| QualType | To | ||
| ) | [inline] |
Definition at line 317 of file SymbolManager.h.
| static bool clang::ento::SymbolCast::classof | ( | const SymExpr * | SE | ) | [inline, static] |
Definition at line 339 of file SymbolManager.h.
References clang::ento::SymExpr::CastSymbolKind, and clang::ento::SymExpr::getKind().
| void SymbolCast::dumpToStream | ( | raw_ostream & | os | ) | const [override, virtual] |
Reimplemented from clang::ento::SymExpr.
Definition at line 61 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream(), and clang::QualType::getAsString().
| const SymExpr* clang::ento::SymbolCast::getOperand | ( | ) | const [inline] |
Definition at line 322 of file SymbolManager.h.
| QualType clang::ento::SymbolCast::getType | ( | ) | const [inline, override, virtual] |
Implements clang::ento::SymExpr.
Definition at line 320 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 326 of file SymbolManager.h.
References clang::ento::SymExpr::CastSymbolKind.
Referenced by Profile().
| void clang::ento::SymbolCast::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline, override, virtual] |
Implements clang::ento::SymExpr.
Definition at line 334 of file SymbolManager.h.
References Profile().