|
clang
3.8.0
|
Represents a non-static C++ member function call. More...
#include <CallEvent.h>
Public Member Functions | |
| virtual const CXXMemberCallExpr * | 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... | |
| RuntimeDefinition | getRuntimeDefinition () const override |
| 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 | |
| CXXMemberCall (const CXXMemberCallExpr *CE, ProgramStateRef St, const LocationContext *LCtx) | |
| CXXMemberCall (const CXXMemberCall &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 non-static C++ member function call.
Example: obj.fun()
Definition at line 616 of file CallEvent.h.
|
inlineprotected |
Definition at line 620 of file CallEvent.h.
|
inlineprotected |
Definition at line 624 of file CallEvent.h.
Definition at line 648 of file CallEvent.h.
References clang::ento::CE_CXXMember.
|
inlineoverrideprotected |
Definition at line 625 of file CallEvent.h.
Definition at line 638 of file CallEvent.h.
|
overridevirtual |
Returns the expression representing the implicit 'this' object.
Reimplemented from clang::CXXInstanceCall.
Definition at line 556 of file CallEvent.cpp.
|
inlineoverride |
Definition at line 646 of file CallEvent.h.
References clang::ento::CE_CXXMember.
|
inlineoverride |
Definition at line 632 of file CallEvent.h.
|
inlinevirtual |
Definition at line 628 of file CallEvent.h.
|
override |
Definition at line 560 of file CallEvent.cpp.
References clang::ento::AnyFunctionCall::getRuntimeDefinition(), and clang::CXXInstanceCall::getRuntimeDefinition().
|
friend |
Definition at line 617 of file CallEvent.h.
1.8.6