clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 CallExit (const Stmt *S, const LocationContext *L)

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 405 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::CallExit::CallExit ( const Stmt S,
const LocationContext L 
) [inline]

Definition at line 408 of file ProgramPoint.h.


Member Function Documentation

static bool clang::CallExit::classof ( const ProgramPoint Location) [inline, static]

Reimplemented from clang::StmtPoint.

Definition at line 411 of file ProgramPoint.h.

References clang::ProgramPoint::CallExitKind, and clang::ProgramPoint::getKind().


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