clang API Documentation
#include <Stmt.h>


Public Member Functions | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| SourceLocation | getFinallyLoc () const |
| SourceLocation | getEndLoc () const |
| CompoundStmt * | getBlock () const |
| child_range | children () |
Static Public Member Functions | |
| static SEHFinallyStmt * | Create (const ASTContext &C, SourceLocation FinallyLoc, Stmt *Block) |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTReader |
| class | ASTStmtReader |
| child_range clang::SEHFinallyStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
| static bool clang::SEHFinallyStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 1895 of file Stmt.h.
References clang::Stmt::getStmtClass().
| SEHFinallyStmt * SEHFinallyStmt::Create | ( | const ASTContext & | C, |
| SourceLocation | FinallyLoc, | ||
| Stmt * | Block | ||
| ) | [static] |
Definition at line 1061 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnSEHFinallyBlock().
| CompoundStmt* clang::SEHFinallyStmt::getBlock | ( | ) | const [inline] |
| SourceLocation clang::SEHFinallyStmt::getEndLoc | ( | ) | const [inline] |
Definition at line 1887 of file Stmt.h.
References clang::Stmt::getLocEnd().
Referenced by getLocEnd().
| SourceLocation clang::SEHFinallyStmt::getFinallyLoc | ( | ) | const [inline] |
Definition at line 1886 of file Stmt.h.
Referenced by getLocStart().
| SourceLocation clang::SEHFinallyStmt::getLocEnd | ( | ) | const [inline] |
| SourceLocation clang::SEHFinallyStmt::getLocStart | ( | ) | const [inline] |
friend class ASTStmtReader [friend] |
Reimplemented from clang::Stmt.