|
clang
3.8.0
|
#include <Stmt.h>
Public Member Functions | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| SourceLocation | getExceptLoc () const |
| SourceLocation | getEndLoc () const |
| Expr * | getFilterExpr () const |
| CompoundStmt * | getBlock () const |
| child_range | children () |
Static Public Member Functions | |
| static SEHExceptStmt * | Create (const ASTContext &C, SourceLocation ExceptLoc, Expr *FilterExpr, Stmt *Block) |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTReader |
| class | ASTStmtReader |
|
static |
Definition at line 931 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnSEHExceptBlock().
|
inline |
Definition at line 1852 of file Stmt.h.
References BLOCK.
Referenced by clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
|
inline |
|
inline |
|
inline |
Definition at line 1848 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::GenerateSEHFilterFunction().
|
inline |
|
inline |
|
friend |
1.8.6