clang
3.9.0
|
Represents Objective-C's @autoreleasepool Statement. More...
#include <StmtObjC.h>
Public Member Functions | |
ObjCAutoreleasePoolStmt (SourceLocation atLoc, Stmt *subStmt) | |
ObjCAutoreleasePoolStmt (EmptyShell Empty) | |
const Stmt * | getSubStmt () const |
Stmt * | getSubStmt () |
void | setSubStmt (Stmt *S) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
SourceLocation | getAtLoc () const |
void | setAtLoc (SourceLocation Loc) |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Represents Objective-C's @autoreleasepool Statement.
Definition at line 345 of file StmtObjC.h.
|
inline |
Definition at line 350 of file StmtObjC.h.
|
inlineexplicit |
Definition at line 353 of file StmtObjC.h.
|
inline |
Definition at line 370 of file StmtObjC.h.
Definition at line 366 of file StmtObjC.h.
|
inline |
Definition at line 363 of file StmtObjC.h.
Referenced by clang::ASTNodeImporter::VisitObjCAutoreleasePoolStmt().
|
inline |
Definition at line 361 of file StmtObjC.h.
|
inline |
Definition at line 360 of file StmtObjC.h.
|
inline |
Definition at line 356 of file StmtObjC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolStmt(), and clang::ASTNodeImporter::VisitObjCAutoreleasePoolStmt().
|
inline |
Definition at line 357 of file StmtObjC.h.
|
inline |
Definition at line 364 of file StmtObjC.h.
|
inline |
Definition at line 358 of file StmtObjC.h.
References S.