|
clang
3.8.0
|
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 |
Public Member Functions inherited from clang::ento::SymExpr | |
| virtual | ~SymExpr () |
| Kind | getKind () const |
| virtual void | dump () const |
| symbol_iterator | symbol_begin () const |
| unsigned | computeComplexity () const |
Static Public Member Functions | |
| static void | Profile (llvm::FoldingSetNodeID &ID, const SymExpr *In, QualType From, QualType To) |
| static bool | classof (const SymExpr *SE) |
Static Public Member Functions inherited from clang::ento::SymExpr | |
| static symbol_iterator | symbol_end () |
Additional Inherited Members | |
Public Types inherited from clang::ento::SymExpr | |
| enum | Kind { SymbolRegionValueKind, SymbolConjuredKind, SymbolDerivedKind, SymbolExtentKind, SymbolMetadataKind, BEGIN_SYMBOLS = SymbolRegionValueKind, END_SYMBOLS = SymbolMetadataKind, SymIntExprKind, IntSymExprKind, SymSymExprKind, BEGIN_BINARYSYMEXPRS = SymIntExprKind, END_BINARYSYMEXPRS = SymSymExprKind, SymbolCastKind } |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
Represents a cast expression.
Definition at line 315 of file SymbolManager.h.
Definition at line 323 of file SymbolManager.h.
Definition at line 345 of file SymbolManager.h.
References clang::ento::SymExpr::getKind(), and clang::ento::SymExpr::SymbolCastKind.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 61 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream(), and clang::QualType::getAsString().
|
inline |
Definition at line 328 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 326 of file SymbolManager.h.
|
inlinestatic |
Definition at line 332 of file SymbolManager.h.
References clang::ento::SymExpr::SymbolCastKind.
Referenced by clang::ento::SymbolManager::getCastSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 340 of file SymbolManager.h.
References Profile().
1.8.6