Searched defs:PoolScope (Results 1 – 1 of 1) sorted by relevance
224 struct PoolScope { struct in __anon70d3f9af0211::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() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(), in PoolScope() argument235 SourceRange getIndentedRange() const { in getIndentedRange()