Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp257 Stmt::child_iterator currChildS = OuterS->child_begin(); in getPreviousAndNextStmt() local
260 for (; currChildS != childE; ++currChildS) { in getPreviousAndNextStmt()
261 if (*currChildS == InnerS) in getPreviousAndNextStmt()
263 prevChildS = currChildS; in getPreviousAndNextStmt()
272 if (currChildS == childE) in getPreviousAndNextStmt()
274 ++currChildS; in getPreviousAndNextStmt()
275 if (currChildS == childE) in getPreviousAndNextStmt()
278 nextStmt = *currChildS; in getPreviousAndNextStmt()