clang API Documentation
#include <ProgramPoint.h>
Public Member Functions | |
CallExitBegin (const StackFrameContext *L) | |
Friends | |
class | ProgramPoint |
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.
clang::CallExitBegin::CallExitBegin | ( | const StackFrameContext * | L | ) | [inline] |
Definition at line 595 of file ProgramPoint.h.
friend class ProgramPoint [friend] |
Definition at line 599 of file ProgramPoint.h.