clang
3.7.0
|
Represents Objective-C's @finally statement. More...
#include <StmtObjC.h>
Public Member Functions | |
ObjCAtFinallyStmt (SourceLocation atFinallyLoc, Stmt *atFinallyStmt) | |
ObjCAtFinallyStmt (EmptyShell Empty) | |
const Stmt * | getFinallyBody () const |
Stmt * | getFinallyBody () |
void | setFinallyBody (Stmt *S) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
SourceLocation | getAtFinallyLoc () const |
void | setAtFinallyLoc (SourceLocation Loc) |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Represents Objective-C's @finally statement.
Definition at line 120 of file StmtObjC.h.
|
inline |
Definition at line 125 of file StmtObjC.h.
|
inlineexplicit |
Definition at line 129 of file StmtObjC.h.
|
inline |
Definition at line 148 of file StmtObjC.h.
Definition at line 144 of file StmtObjC.h.
|
inline |
Definition at line 141 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtFinallyStmt().
|
inline |
Definition at line 132 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtFinallyStmt().
|
inline |
Definition at line 133 of file StmtObjC.h.
|
inline |
Definition at line 137 of file StmtObjC.h.
Referenced by clang::ObjCAtTryStmt::getLocEnd().
|
inline |
Definition at line 136 of file StmtObjC.h.
|
inline |
Definition at line 142 of file StmtObjC.h.
|
inline |
Definition at line 134 of file StmtObjC.h.
References S.