class ObjCAutoreleasePoolStmt
Declaration
class ObjCAutoreleasePoolStmt : public Stmt { /* full declaration omitted */ };
Description
Represents Objective-C's @ autoreleasepool Statement
Declared at: clang/include/clang/AST/StmtObjC.h:393
Inherits from: Stmt
Member Variables
- private clang::SourceLocation AtLoc
- private clang::Stmt* SubStmt
Inherited from Stmt:
Method Overview
- public ObjCAutoreleasePoolStmt(clang::SourceLocation atLoc, clang::Stmt * subStmt)
- public ObjCAutoreleasePoolStmt(clang::Stmt::EmptyShell Empty)
- public clang::Stmt::child_range children()
- public clang::Stmt::const_child_range children() const
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getAtLoc() const
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getEndLoc() const
- public const clang::Stmt * getSubStmt() const
- public clang::Stmt * getSubStmt()
- public void setAtLoc(clang::SourceLocation Loc)
- public void setSubStmt(clang::Stmt * S)
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶ObjCAutoreleasePoolStmt(
clang::SourceLocation atLoc,
clang::Stmt* subStmt)
ObjCAutoreleasePoolStmt(
clang::SourceLocation atLoc,
clang::Stmt* subStmt)
Declared at: clang/include/clang/AST/StmtObjC.h:398
Parameters
- clang::SourceLocation atLoc
- clang::Stmt* subStmt
¶ObjCAutoreleasePoolStmt(
clang::Stmt::EmptyShell Empty)
ObjCAutoreleasePoolStmt(
clang::Stmt::EmptyShell Empty)
Declared at: clang/include/clang/AST/StmtObjC.h:401
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/StmtObjC.h:420
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/StmtObjC.h:422
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/StmtObjC.h:416
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getAtLoc() const
clang::SourceLocation getAtLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:413
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:408
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/StmtObjC.h:409
¶const clang::Stmt* getSubStmt() const
const clang::Stmt* getSubStmt() const
Declared at: clang/include/clang/AST/StmtObjC.h:404
¶clang::Stmt* getSubStmt()
clang::Stmt* getSubStmt()
Declared at: clang/include/clang/AST/StmtObjC.h:405
¶void setAtLoc(clang::SourceLocation Loc)
void setAtLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/StmtObjC.h:414
Parameters
¶void setSubStmt(clang::Stmt* S)
void setSubStmt(clang::Stmt* S)
Declared at: clang/include/clang/AST/StmtObjC.h:406
Parameters
- clang::Stmt* S