clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| CallEnter (const Stmt *stmt, const StackFrameContext *calleeCtx, const LocationContext *callerCtx) | |
| const Stmt * | getCallExpr () const |
| const StackFrameContext * | getCalleeContext () const |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 412 of file ProgramPoint.h.
| clang::CallEnter::CallEnter | ( | const Stmt * | stmt, |
| const StackFrameContext * | calleeCtx, | ||
| const LocationContext * | callerCtx | ||
| ) | [inline] |
Definition at line 414 of file ProgramPoint.h.
| static bool clang::CallEnter::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::StmtPoint.
Definition at line 426 of file ProgramPoint.h.
References clang::ProgramPoint::CallEnterKind, and clang::ProgramPoint::getKind().
| const StackFrameContext* clang::CallEnter::getCalleeContext | ( | ) | const [inline] |
Definition at line 422 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
Referenced by clang::ento::SubEngine::processCallEnter(), and clang::ento::PathDiagnosticCallPiece::setCallee().
| const Stmt* clang::CallEnter::getCallExpr | ( | ) | const [inline] |
Definition at line 418 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by clang::ento::CoreEngine::dispatchWorkItem(), and clang::ento::PathDiagnosticCallPiece::setCallee().