Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp140 scope.CompoundParent->getLocStart()); in ~AutoreleasePoolRewriter()
145 scope.CompoundParent->getLocStart()); in ~AutoreleasePoolRewriter()
182 Scopes.back().CompoundParent = S; in VisitCompoundStmt()
197 Scopes.back().CompoundParent = S; in VisitCompoundStmt()
227 CompoundStmt *CompoundParent; member
233 PoolScope() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(), in PoolScope()