Searched defs:PoolScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp95 for (SmallVectorImpl<PoolScope>::iterator
98 PoolScope &scope = *scpI;
119 for (SmallVectorImpl<PoolScope>::iterator
122 PoolScope &scope = *scpI;
150 for (SmallVectorImpl<PoolScope>::iterator
153 PoolScope &scope = *scpI;
165 SmallVector<PoolScope, 4> Scopes;
180 Scopes.push_back(PoolScope());
195 Scopes.push_back(PoolScope());
208 PoolScope
225 struct PoolScope { struct in class:__anon17693::AutoreleasePoolRewriter
233 PoolScope() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(), function in struct:__anon17693::AutoreleasePoolRewriter::PoolScope
[all...]

Completed in 544 milliseconds