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 |
Friends | |
| class | ProgramPoint |
Represents a point when we begin processing an inlined call. CallEnter uses the caller's location context.
Definition at line 561 of file ProgramPoint.h.
| clang::CallEnter::CallEnter | ( | const Stmt * | stmt, |
| const StackFrameContext * | calleeCtx, | ||
| const LocationContext * | callerCtx | ||
| ) | [inline] |
Definition at line 563 of file ProgramPoint.h.
| const StackFrameContext* clang::CallEnter::getCalleeContext | ( | ) | const [inline] |
Definition at line 571 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
Referenced by clang::ento::ExprEngine::processCallEnter(), and clang::ento::PathDiagnosticCallPiece::setCallee().
| const Stmt* clang::CallEnter::getCallExpr | ( | ) | const [inline] |
Definition at line 567 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
friend class ProgramPoint [friend] |
Definition at line 576 of file ProgramPoint.h.