clang 20.0.0git
|
Represents a cast expression. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
Public Member Functions | |
SymbolCast (const SymExpr *In, QualType From, QualType To) | |
unsigned | computeComplexity () const override |
QualType | getType () const override |
LLVM_ATTRIBUTE_RETURNS_NONNULL 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 ()=default |
Kind | getKind () const |
virtual void | dump () const |
virtual void | dumpToStream (raw_ostream &os) const |
virtual QualType | getType () const =0 |
virtual void | Profile (llvm::FoldingSetNodeID &profile)=0 |
llvm::iterator_range< symbol_iterator > | symbols () const |
virtual unsigned | computeComplexity () const =0 |
virtual const MemRegion * | getOriginRegion () const |
Find the region from which this symbol originates. | |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, const SymExpr *In, QualType From, QualType To) |
static bool | classof (const SymExpr *SE) |
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) |
Protected Attributes inherited from clang::ento::SymExpr | |
unsigned | Complexity = 0 |
Represents a cast expression.
Definition at line 279 of file SymbolManager.h.
Definition at line 289 of file SymbolManager.h.
References clang::ento::SymExpr::isValidTypeForSymbol().
Definition at line 323 of file SymbolManager.h.
References clang::ento::SymExpr::getKind().
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 297 of file SymbolManager.h.
References clang::ento::SymExpr::Complexity.
|
overridevirtual |
Reimplemented from clang::ento::SymExpr.
Definition at line 67 of file SymbolManager.cpp.
References clang::ento::SymExpr::dumpToStream().
|
inline |
Definition at line 306 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 303 of file SymbolManager.h.
|
inlineoverridevirtual |
Implements clang::ento::SymExpr.
Definition at line 318 of file SymbolManager.h.
|
inlinestatic |
Definition at line 310 of file SymbolManager.h.
References ID.
Referenced by clang::ento::SymbolManager::getCastSymbol(), and Profile().