clang API Documentation
#include <Stmt.h>


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) |
| clang::SEHLeaveStmt::SEHLeaveStmt | ( | SourceLocation | LL | ) | [inline, explicit] |
| clang::SEHLeaveStmt::SEHLeaveStmt | ( | EmptyShell | Empty | ) | [inline, explicit] |
| child_range clang::SEHLeaveStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
| static bool clang::SEHLeaveStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 1966 of file Stmt.h.
References clang::Stmt::getStmtClass().
| SourceLocation clang::SEHLeaveStmt::getLeaveLoc | ( | ) | const [inline] |
| SourceLocation clang::SEHLeaveStmt::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
| SourceLocation clang::SEHLeaveStmt::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
| void clang::SEHLeaveStmt::setLeaveLoc | ( | SourceLocation | L | ) | [inline] |