Home
last modified time | relevance | path

Searched refs:PoolVar (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp181 Scopes.back().PoolVar = VD; in VisitCompoundStmt()
196 Scopes.back().PoolVar = VD; in VisitCompoundStmt()
207 if (isPoolDrain(Scopes.back().PoolVar, child)) { in VisitCompoundStmt()
226 VarDecl *PoolVar; member
233 PoolScope() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(), in PoolScope()
340 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); in handlePoolScope()
347 PoolVars[scope.PoolVar].Scopes.push_back(scope); in handlePoolScope()