clang
3.7.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 1056 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnSEHExceptBlock().
|
inline |
Definition at line 1859 of file Stmt.h.
References BLOCK.
Referenced by clang::CodeGen::CodeGenFunction::ExitSEHTryStmt().
|
inline |
|
inline |
|
inline |
Definition at line 1855 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EnterSEHTryStmt(), and clang::CodeGen::CodeGenFunction::GenerateSEHFilterFunction().
|
inline |
|
inline |
|
friend |