clang API Documentation
Represents Objective-C's @throw statement. More...
#include <StmtObjC.h>
Public Member Functions | |
ObjCAtThrowStmt (SourceLocation atThrowLoc, Stmt *throwExpr) | |
ObjCAtThrowStmt (EmptyShell Empty) | |
const Expr * | getThrowExpr () const |
Expr * | getThrowExpr () |
void | setThrowExpr (Stmt *S) |
SourceLocation | getThrowLoc () |
void | setThrowLoc (SourceLocation Loc) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Represents Objective-C's @throw statement.
Definition at line 312 of file StmtObjC.h.
clang::ObjCAtThrowStmt::ObjCAtThrowStmt | ( | SourceLocation | atThrowLoc, |
Stmt * | throwExpr | ||
) | [inline] |
Definition at line 316 of file StmtObjC.h.
clang::ObjCAtThrowStmt::ObjCAtThrowStmt | ( | EmptyShell | Empty | ) | [inline, explicit] |
Definition at line 320 of file StmtObjC.h.
child_range clang::ObjCAtThrowStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
Definition at line 339 of file StmtObjC.h.
static bool clang::ObjCAtThrowStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 335 of file StmtObjC.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::ObjCAtThrowStmt::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 331 of file StmtObjC.h.
References clang::Stmt::getLocEnd().
SourceLocation clang::ObjCAtThrowStmt::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 330 of file StmtObjC.h.
const Expr* clang::ObjCAtThrowStmt::getThrowExpr | ( | ) | const [inline] |
Definition at line 323 of file StmtObjC.h.
Expr* clang::ObjCAtThrowStmt::getThrowExpr | ( | ) | [inline] |
Definition at line 324 of file StmtObjC.h.
SourceLocation clang::ObjCAtThrowStmt::getThrowLoc | ( | ) | [inline] |
Definition at line 327 of file StmtObjC.h.
void clang::ObjCAtThrowStmt::setThrowExpr | ( | Stmt * | S | ) | [inline] |
Definition at line 325 of file StmtObjC.h.
References S.
void clang::ObjCAtThrowStmt::setThrowLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 328 of file StmtObjC.h.