class SEHLeaveStmt

Declaration

class SEHLeaveStmt : public Stmt { /* full declaration omitted */ };

Description

Represents a __leave statement.

Declared at: clang/include/clang/AST/Stmt.h:3493

Inherits from: Stmt

Member Variables

private clang::SourceLocation LeaveLoc

Inherited from Stmt:

protected

Method Overview

Inherited from Stmt:

Methods

SEHLeaveStmt(clang::SourceLocation LL)

Declared at: clang/include/clang/AST/Stmt.h:3497

Parameters

clang::SourceLocation LL

SEHLeaveStmt(clang::Stmt::EmptyShell Empty)

Description

Build an empty __leave statement.

Declared at: clang/include/clang/AST/Stmt.h:3501

Parameters

clang::Stmt::EmptyShell Empty

clang::Stmt::child_range children()

Declared at: clang/include/clang/AST/Stmt.h:3514

clang::Stmt::const_child_range children() const

Declared at: clang/include/clang/AST/Stmt.h:3518

static bool classof(const clang::Stmt* T)

Declared at: clang/include/clang/AST/Stmt.h:3509

Parameters

const clang::Stmt* T

clang::SourceLocation getBeginLoc() const

Declared at: clang/include/clang/AST/Stmt.h:3506

clang::SourceLocation getEndLoc() const

Declared at: clang/include/clang/AST/Stmt.h:3507

clang::SourceLocation getLeaveLoc() const

Declared at: clang/include/clang/AST/Stmt.h:3503

void setLeaveLoc(clang::SourceLocation L)

Declared at: clang/include/clang/AST/Stmt.h:3504

Parameters

clang::SourceLocation L