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