clang API Documentation

Public Member Functions | Friends
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

Friends

class ProgramPoint

Detailed Description

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.


Constructor & Destructor Documentation

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

Definition at line 563 of file ProgramPoint.h.


Member Function Documentation

const Stmt* clang::CallEnter::getCallExpr ( ) const [inline]

Definition at line 567 of file ProgramPoint.h.

References clang::ProgramPoint::getData1().


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Definition at line 576 of file ProgramPoint.h.


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