clang
3.7.0
|
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 313 of file StmtObjC.h.
|
inline |
Definition at line 318 of file StmtObjC.h.
|
inlineexplicit |
Definition at line 322 of file StmtObjC.h.
|
inline |
Definition at line 341 of file StmtObjC.h.
Definition at line 337 of file StmtObjC.h.
|
inline |
Definition at line 333 of file StmtObjC.h.
|
inline |
Definition at line 332 of file StmtObjC.h.
|
inline |
Definition at line 325 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtThrowStmt().
|
inline |
Definition at line 326 of file StmtObjC.h.
|
inline |
Definition at line 329 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtThrowStmt().
|
inline |
Definition at line 327 of file StmtObjC.h.
References S.
|
inline |
Definition at line 330 of file StmtObjC.h.