Lines Matching refs:PoolScope
94 for (SmallVectorImpl<PoolScope>::iterator in ~AutoreleasePoolRewriter()
97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter()
118 for (SmallVectorImpl<PoolScope>::iterator in ~AutoreleasePoolRewriter()
121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter()
149 for (SmallVectorImpl<PoolScope>::iterator in ~AutoreleasePoolRewriter()
152 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter()
164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt()
179 Scopes.push_back(PoolScope()); in VisitCompoundStmt()
194 Scopes.push_back(PoolScope()); in VisitCompoundStmt()
207 PoolScope &scope = Scopes.back(); in VisitCompoundStmt()
224 struct PoolScope { struct in __anon6cdd62940211::AutoreleasePoolRewriter
232 PoolScope() in PoolScope() function
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, in NameReferenceChecker()
296 void handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) { in handlePoolScope()
422 SmallVector<PoolScope, 2> Scopes;