|
clang
3.8.0
|
#include <Stmt.h>
Public Member Functions | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| SourceLocation | getTryLoc () const |
| SourceLocation | getEndLoc () const |
| bool | getIsCXXTry () const |
| CompoundStmt * | getTryBlock () const |
| Stmt * | getHandler () const |
| SEHExceptStmt * | getExceptHandler () const |
| Returns 0 if not defined. More... | |
| SEHFinallyStmt * | getFinallyHandler () const |
| child_range | children () |
Static Public Member Functions | |
| static SEHTryStmt * | Create (const ASTContext &C, bool isCXXTry, SourceLocation TryLoc, Stmt *TryBlock, Stmt *Handler) |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTReader |
| class | ASTStmtReader |
|
static |
Definition at line 907 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnSEHTryBlock().
|
inline |
| SEHExceptStmt * SEHTryStmt::getExceptHandler | ( | ) | const |
Returns 0 if not defined.
Definition at line 913 of file Stmt.cpp.
References getHandler().
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
| SEHFinallyStmt * SEHTryStmt::getFinallyHandler | ( | ) | const |
Definition at line 917 of file Stmt.cpp.
References getHandler().
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
|
inline |
Definition at line 1933 of file Stmt.h.
Referenced by getExceptHandler(), and getFinallyHandler().
|
inline |
|
inline |
|
inline |
Definition at line 1929 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitSEHTryStmt().
|
inline |
|
friend |
1.8.6