clang API Documentation

Public Member Functions | Static Public Member Functions
clang::CallEnter Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::CallEnter:
Inheritance graph
[legend]
Collaboration diagram for clang::CallEnter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallEnter (const Stmt *stmt, const StackFrameContext *calleeCtx, const LocationContext *callerCtx)
const StmtgetCallExpr () const
const StackFrameContextgetCalleeContext () const

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 412 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::CallEnter::CallEnter ( const Stmt stmt,
const StackFrameContext calleeCtx,
const LocationContext callerCtx 
) [inline]

Definition at line 414 of file ProgramPoint.h.


Member Function Documentation

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]
const Stmt* clang::CallEnter::getCallExpr ( ) const [inline]

The documentation for this class was generated from the following file: