clang
3.7.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 |
![]() | |
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 symbol_iterator | symbol_end () |
Additional Inherited Members | |
![]() | |
enum | Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, MetadataKind, BEGIN_SYMBOLS = RegionValueKind, END_SYMBOLS = MetadataKind, SymIntKind, IntSymKind, SymSymKind, BEGIN_BINARYSYMEXPRS = SymIntKind, END_BINARYSYMEXPRS = SymSymKind, CastSymbolKind } |
![]() | |
SymExpr (Kind k) | |
Represents a cast expression.
Definition at line 309 of file SymbolManager.h.
Definition at line 317 of file SymbolManager.h.
Definition at line 339 of file SymbolManager.h.
References clang::ento::SymExpr::CastSymbolKind, and clang::ento::SymExpr::getKind().
|
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 322 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 320 of file SymbolManager.h.
|
inlinestatic |
Definition at line 326 of file SymbolManager.h.
References clang::ento::SymExpr::CastSymbolKind.
Referenced by clang::ento::SymbolManager::getCastSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 334 of file SymbolManager.h.
References Profile().