Searched defs:PoolScope (Results 1 – 1 of 1) sorted by relevance
224 struct PoolScope { struct in __anon417df1360211::AutoreleasePoolRewriter225 VarDecl *PoolVar;226 CompoundStmt *CompoundParent;227 Stmt::child_iterator Begin;228 Stmt::child_iterator End;229 bool IsFollowedBySimpleReturnStmt;230 SmallVector<ObjCMessageExpr *, 4> Releases;232 PoolScope() in PoolScope() function236 SourceRange getIndentedRange() const { in getIndentedRange()