clang API Documentation

Public Member Functions | Friends
clang::CallExitEnd Class Reference

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 CallExitEnd (const StackFrameContext *CalleeCtx, const LocationContext *CallerCtx)
const StackFrameContextgetCalleeContext () const

Friends

class ProgramPoint

Detailed Description

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

See also:
CallExitBegin

Definition at line 608 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::CallExitEnd::CallExitEnd ( const StackFrameContext CalleeCtx,
const LocationContext CallerCtx 
) [inline]

Definition at line 611 of file ProgramPoint.h.


Member Function Documentation


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Definition at line 620 of file ProgramPoint.h.


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