clang
3.7.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 1032 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 1038 of file Stmt.cpp.
References getHandler().
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
SEHFinallyStmt * SEHTryStmt::getFinallyHandler | ( | ) | const |
Definition at line 1042 of file Stmt.cpp.
References getHandler().
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
|
inline |
Definition at line 1940 of file Stmt.h.
Referenced by getExceptHandler(), and getFinallyHandler().
|
inline |
|
inline |
|
inline |
Definition at line 1936 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitSEHTryStmt().
|
inline |
|
friend |