Searched defs:PoolScope (Results 1 – 1 of 1) sorted by relevance
225 struct PoolScope { struct in __anon54ce97490211::AutoreleasePoolRewriter226 VarDecl *PoolVar;227 CompoundStmt *CompoundParent;228 Stmt::child_iterator Begin;229 Stmt::child_iterator End;230 bool IsFollowedBySimpleReturnStmt;231 llvm::SmallVector<ObjCMessageExpr *, 4> Releases;233 PoolScope() : PoolVar(0), CompoundParent(0), Begin(), End(), in PoolScope() function236 SourceRange getIndentedRange() const { in getIndentedRange()