clang API Documentation

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

#include <Stmt.h>

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

List of all members.

Public Member Functions

 SEHLeaveStmt (SourceLocation LL)
 SEHLeaveStmt (EmptyShell Empty)
 Build an empty __leave statement.
SourceLocation getLeaveLoc () const
void setLeaveLoc (SourceLocation L)
SourceLocation getLocStart () const LLVM_READONLY
SourceLocation getLocEnd () const LLVM_READONLY
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed Description

Represents a __leave statement.

Definition at line 1951 of file Stmt.h.


Constructor & Destructor Documentation

Definition at line 1954 of file Stmt.h.

clang::SEHLeaveStmt::SEHLeaveStmt ( EmptyShell  Empty) [inline, explicit]

Build an empty __leave statement.

Definition at line 1958 of file Stmt.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 1971 of file Stmt.h.

static bool clang::SEHLeaveStmt::classof ( const Stmt T) [inline, static]

Definition at line 1966 of file Stmt.h.

References clang::Stmt::getStmtClass().

Definition at line 1960 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1964 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1963 of file Stmt.h.

Definition at line 1961 of file Stmt.h.


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