clang API Documentation
#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 |
child_range clang::SEHExceptStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
static bool clang::SEHExceptStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 1861 of file Stmt.h.
References clang::Stmt::getStmtClass().
SEHExceptStmt * SEHExceptStmt::Create | ( | const ASTContext & | C, |
SourceLocation | ExceptLoc, | ||
Expr * | FilterExpr, | ||
Stmt * | Block | ||
) | [static] |
Definition at line 1049 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnSEHExceptBlock().
CompoundStmt* clang::SEHExceptStmt::getBlock | ( | ) | const [inline] |
SourceLocation clang::SEHExceptStmt::getEndLoc | ( | ) | const [inline] |
Definition at line 1847 of file Stmt.h.
References getBlock(), and clang::CompoundStmt::getLocEnd().
Referenced by getLocEnd().
SourceLocation clang::SEHExceptStmt::getExceptLoc | ( | ) | const [inline] |
Definition at line 1846 of file Stmt.h.
Referenced by getLocStart().
Expr* clang::SEHExceptStmt::getFilterExpr | ( | ) | const [inline] |
SourceLocation clang::SEHExceptStmt::getLocEnd | ( | ) | const [inline] |
SourceLocation clang::SEHExceptStmt::getLocStart | ( | ) | const [inline] |
friend class ASTStmtReader [friend] |
Reimplemented from clang::Stmt.