clang
3.9.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 954 of file Stmt.cpp.
Referenced by clang::Sema::ActOnFinishSEHFinallyBlock(), and clang::TreeTransform< Derived >::RebuildSEHFinallyStmt().
|
inline |
Definition at line 1910 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::GenerateSEHFinallyFunction().
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |