clang
3.9.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 |
virtual const MemRegion * | getOriginRegion () const |
Find the region from which this symbol originates. More... | |
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 |
![]() | |
SymExpr (Kind k) | |
Represents a cast expression.
Definition at line 227 of file SymbolManager.h.
Definition at line 235 of file SymbolManager.h.
Definition at line 257 of file SymbolManager.h.
References 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 240 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 238 of file SymbolManager.h.
|
inlinestatic |
Definition at line 244 of file SymbolManager.h.
Referenced by clang::ento::SymbolManager::getCastSymbol(), and Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 252 of file SymbolManager.h.
References Profile().