clang API Documentation
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 343 of file StmtObjC.h.
clang::ObjCAutoreleasePoolStmt::ObjCAutoreleasePoolStmt | ( | SourceLocation | atLoc, |
Stmt * | subStmt | ||
) | [inline] |
Definition at line 347 of file StmtObjC.h.
clang::ObjCAutoreleasePoolStmt::ObjCAutoreleasePoolStmt | ( | EmptyShell | Empty | ) | [inline, explicit] |
Definition at line 352 of file StmtObjC.h.
child_range clang::ObjCAutoreleasePoolStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
Definition at line 369 of file StmtObjC.h.
static bool clang::ObjCAutoreleasePoolStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 365 of file StmtObjC.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::ObjCAutoreleasePoolStmt::getAtLoc | ( | ) | const [inline] |
Definition at line 362 of file StmtObjC.h.
SourceLocation clang::ObjCAutoreleasePoolStmt::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 360 of file StmtObjC.h.
References clang::Stmt::getLocEnd().
SourceLocation clang::ObjCAutoreleasePoolStmt::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 359 of file StmtObjC.h.
const Stmt* clang::ObjCAutoreleasePoolStmt::getSubStmt | ( | ) | const [inline] |
Definition at line 355 of file StmtObjC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolStmt().
Stmt* clang::ObjCAutoreleasePoolStmt::getSubStmt | ( | ) | [inline] |
Definition at line 356 of file StmtObjC.h.
void clang::ObjCAutoreleasePoolStmt::setAtLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 363 of file StmtObjC.h.
void clang::ObjCAutoreleasePoolStmt::setSubStmt | ( | Stmt * | S | ) | [inline] |
Definition at line 357 of file StmtObjC.h.
References S.