clang
3.7.0
|
Represents Objective-C's @catch statement. More...
#include <StmtObjC.h>
Public Member Functions | |
ObjCAtCatchStmt (SourceLocation atCatchLoc, SourceLocation rparenloc, VarDecl *catchVarDecl, Stmt *atCatchStmt) | |
ObjCAtCatchStmt (EmptyShell Empty) | |
const Stmt * | getCatchBody () const |
Stmt * | getCatchBody () |
void | setCatchBody (Stmt *S) |
const VarDecl * | getCatchParamDecl () const |
VarDecl * | getCatchParamDecl () |
void | setCatchParamDecl (VarDecl *D) |
SourceLocation | getAtCatchLoc () const |
void | setAtCatchLoc (SourceLocation Loc) |
SourceLocation | getRParenLoc () const |
void | setRParenLoc (SourceLocation Loc) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
bool | hasEllipsis () const |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Represents Objective-C's @catch statement.
Definition at line 74 of file StmtObjC.h.
|
inline |
Definition at line 81 of file StmtObjC.h.
|
inlineexplicit |
Definition at line 87 of file StmtObjC.h.
|
inline |
Definition at line 116 of file StmtObjC.h.
Definition at line 112 of file StmtObjC.h.
|
inline |
Definition at line 102 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtCatchStmt().
|
inline |
Definition at line 90 of file StmtObjC.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), and clang::ASTNodeImporter::VisitObjCAtCatchStmt().
|
inline |
Definition at line 91 of file StmtObjC.h.
|
inline |
Definition at line 94 of file StmtObjC.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitTryCatchStmt(), hasEllipsis(), and clang::ASTNodeImporter::VisitObjCAtCatchStmt().
|
inline |
Definition at line 97 of file StmtObjC.h.
|
inline |
Definition at line 108 of file StmtObjC.h.
Referenced by clang::ObjCAtTryStmt::getLocEnd().
|
inline |
Definition at line 107 of file StmtObjC.h.
|
inline |
Definition at line 104 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAtCatchStmt().
|
inline |
Definition at line 110 of file StmtObjC.h.
References getCatchParamDecl().
|
inline |
Definition at line 103 of file StmtObjC.h.
|
inline |
Definition at line 92 of file StmtObjC.h.
References S.
|
inline |
Definition at line 100 of file StmtObjC.h.
|
inline |
Definition at line 105 of file StmtObjC.h.