|
clang
5.0.0
|
Represents a cast expression. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/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 |
| 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 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 |
Protected Member Functions inherited from clang::ento::SymExpr | |
| SymExpr (Kind k) | |
Static Protected Member Functions inherited from clang::ento::SymExpr | |
| static bool | isValidTypeForSymbol (QualType T) |
Represents a cast expression.
Definition at line 254 of file SymbolManager.h.
Definition at line 262 of file SymbolManager.h.
References clang::ento::SymExpr::isValidTypeForSymbol().
Definition at line 289 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 272 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 270 of file SymbolManager.h.
|
inlinestatic |
Definition at line 276 of file SymbolManager.h.
Referenced by Profile().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 284 of file SymbolManager.h.
References Profile().
1.8.6