Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp180 Scopes.back().PoolVar = VD; in VisitCompoundStmt()
195 Scopes.back().PoolVar = VD; in VisitCompoundStmt()
206 if (isPoolDrain(Scopes.back().PoolVar, child)) { in VisitCompoundStmt()
225 VarDecl *PoolVar; member
233 : PoolVar(nullptr), CompoundParent(nullptr), in PoolScope()
340 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); in handlePoolScope()
347 PoolVars[scope.PoolVar].Scopes.push_back(scope); in handlePoolScope()