clang API Documentation
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.
clang::ObjCAtFinallyStmt::ObjCAtFinallyStmt | ( | SourceLocation | atFinallyLoc, |
Stmt * | atFinallyStmt | ||
) | [inline] |
Definition at line 124 of file StmtObjC.h.
clang::ObjCAtFinallyStmt::ObjCAtFinallyStmt | ( | EmptyShell | Empty | ) | [inline, explicit] |
Definition at line 128 of file StmtObjC.h.
child_range clang::ObjCAtFinallyStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
Definition at line 147 of file StmtObjC.h.
static bool clang::ObjCAtFinallyStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 143 of file StmtObjC.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::ObjCAtFinallyStmt::getAtFinallyLoc | ( | ) | const [inline] |
Definition at line 140 of file StmtObjC.h.
const Stmt* clang::ObjCAtFinallyStmt::getFinallyBody | ( | ) | const [inline] |
Definition at line 131 of file StmtObjC.h.
Stmt* clang::ObjCAtFinallyStmt::getFinallyBody | ( | ) | [inline] |
Definition at line 132 of file StmtObjC.h.
SourceLocation clang::ObjCAtFinallyStmt::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 136 of file StmtObjC.h.
References clang::Stmt::getLocEnd().
Referenced by clang::ObjCAtTryStmt::getLocEnd().
SourceLocation clang::ObjCAtFinallyStmt::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 135 of file StmtObjC.h.
void clang::ObjCAtFinallyStmt::setAtFinallyLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 141 of file StmtObjC.h.
void clang::ObjCAtFinallyStmt::setFinallyBody | ( | Stmt * | S | ) | [inline] |
Definition at line 133 of file StmtObjC.h.
References S.