clang API Documentation

Public Member Functions | Friends
clang::CallExitBegin Class Reference

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 CallExitBegin (const StackFrameContext *L)

Friends

class ProgramPoint

Detailed Description

Represents a point when we start the call exit sequence (for inlined call).

The call exit is simulated with a sequence of nodes, which occur between CallExitBegin and CallExitEnd. The following operations occur between the two program points:

Definition at line 592 of file ProgramPoint.h.


Constructor & Destructor Documentation

Definition at line 595 of file ProgramPoint.h.


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Definition at line 599 of file ProgramPoint.h.


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