|
clang
3.8.0
|
#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 |
|
static |
Definition at line 943 of file Stmt.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnFinishSEHFinallyBlock(), and clang::TreeTransform< Derived >::RebuildSEHFinallyStmt().
|
inline |
Definition at line 1888 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::GenerateSEHFinallyFunction().
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
1.8.6