clang API Documentation
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. | |
RuntimeDefinition | getRuntimeDefinition () const override |
Kind | getKind () const override |
Static Public Member Functions | |
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 |
Friends | |
class | CallEventManager |
Represents a non-static C++ member function call.
Example: obj.fun()
Definition at line 559 of file CallEvent.h.
clang::CXXMemberCall::CXXMemberCall | ( | const CXXMemberCallExpr * | CE, |
ProgramStateRef | St, | ||
const LocationContext * | LCtx | ||
) | [inline, protected] |
Definition at line 563 of file CallEvent.h.
clang::CXXMemberCall::CXXMemberCall | ( | const CXXMemberCall & | Other | ) | [inline, protected] |
Definition at line 567 of file CallEvent.h.
static bool clang::CXXMemberCall::classof | ( | const CallEvent * | CA | ) | [inline, static] |
Reimplemented from clang::CXXInstanceCall.
Definition at line 591 of file CallEvent.h.
References clang::ento::CE_CXXMember.
void clang::CXXMemberCall::cloneTo | ( | void * | Dest | ) | const [inline, override, protected] |
Definition at line 568 of file CallEvent.h.
const Expr* clang::CXXMemberCall::getArgExpr | ( | unsigned | Index | ) | const [inline, override] |
Definition at line 581 of file CallEvent.h.
const Expr * CXXMemberCall::getCXXThisExpr | ( | ) | const [override, virtual] |
Returns the expression representing the implicit 'this' object.
Reimplemented from clang::CXXInstanceCall.
Definition at line 516 of file CallEvent.cpp.
Kind clang::CXXMemberCall::getKind | ( | ) | const [inline, override] |
Definition at line 589 of file CallEvent.h.
References clang::ento::CE_CXXMember.
unsigned clang::CXXMemberCall::getNumArgs | ( | ) | const [inline, override] |
Definition at line 575 of file CallEvent.h.
virtual const CXXMemberCallExpr* clang::CXXMemberCall::getOriginExpr | ( | ) | const [inline, virtual] |
Definition at line 571 of file CallEvent.h.
RuntimeDefinition CXXMemberCall::getRuntimeDefinition | ( | ) | const [override] |
Reimplemented from clang::CXXInstanceCall.
Definition at line 520 of file CallEvent.cpp.
References clang::ento::AnyFunctionCall::getRuntimeDefinition(), and clang::CXXInstanceCall::getRuntimeDefinition().
friend class CallEventManager [friend] |
Definition at line 560 of file CallEvent.h.