|
clang
3.8.0
|
Represents a C++ overloaded operator call where the operator is implemented as a non-static member function. More...
#include <CallEvent.h>
Public Member Functions | |
| virtual const CXXOperatorCallExpr * | getOriginExpr () const |
| unsigned | getNumArgs () const override |
| const Expr * | getArgExpr (unsigned Index) const override |
| const Expr * | getCXXThisExpr () const override |
| Returns the expression representing the implicit 'this' object. More... | |
| Kind | getKind () const override |
Public Member Functions inherited from clang::CXXInstanceCall | |
| virtual SVal | getCXXThisVal () const |
| Returns the value of the implicit 'this' object. More... | |
| const FunctionDecl * | getDecl () const override |
| RuntimeDefinition | getRuntimeDefinition () const override |
| void | getInitialStackFrameContents (const StackFrameContext *CalleeCtx, BindingsTy &Bindings) const override |
Static Public Member Functions | |
| static bool | classof (const CallEvent *CA) |
Static Public Member Functions inherited from clang::CXXInstanceCall | |
| static bool | classof (const CallEvent *CA) |
Protected Member Functions | |
| CXXMemberOperatorCall (const CXXOperatorCallExpr *CE, ProgramStateRef St, const LocationContext *LCtx) | |
| CXXMemberOperatorCall (const CXXMemberOperatorCall &Other) | |
| void | cloneTo (void *Dest) const override |
Protected Member Functions inherited from clang::CXXInstanceCall | |
| void | getExtraInvalidatedValues (ValueList &Values, RegionAndSymbolInvalidationTraits *ETraits) const override |
| CXXInstanceCall (const CallExpr *CE, ProgramStateRef St, const LocationContext *LCtx) | |
| CXXInstanceCall (const FunctionDecl *D, ProgramStateRef St, const LocationContext *LCtx) | |
| CXXInstanceCall (const CXXInstanceCall &Other) | |
Friends | |
| class | CallEventManager |
Represents a C++ overloaded operator call where the operator is implemented as a non-static member function.
Example: iter + 1
Definition at line 657 of file CallEvent.h.
|
inlineprotected |
Definition at line 661 of file CallEvent.h.
|
inlineprotected |
Definition at line 665 of file CallEvent.h.
Definition at line 687 of file CallEvent.h.
References clang::ento::CE_CXXMemberOperator.
|
inlineoverrideprotected |
Definition at line 667 of file CallEvent.h.
Definition at line 679 of file CallEvent.h.
|
overridevirtual |
Returns the expression representing the implicit 'this' object.
Reimplemented from clang::CXXInstanceCall.
Definition at line 573 of file CallEvent.cpp.
|
inlineoverride |
Definition at line 685 of file CallEvent.h.
References clang::ento::CE_CXXMemberOperator.
|
inlineoverride |
Definition at line 676 of file CallEvent.h.
|
inlinevirtual |
Definition at line 672 of file CallEvent.h.
|
friend |
Definition at line 658 of file CallEvent.h.
1.8.6