Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp267 Stmt::child_iterator currChildS = OuterS->child_begin(); in getPreviousAndNextStmt() local
270 for (; currChildS != childE; ++currChildS) { in getPreviousAndNextStmt()
271 if (*currChildS == InnerS) in getPreviousAndNextStmt()
273 prevChildS = currChildS; in getPreviousAndNextStmt()
282 if (currChildS == childE) in getPreviousAndNextStmt()
284 ++currChildS; in getPreviousAndNextStmt()
285 if (currChildS == childE) in getPreviousAndNextStmt()
288 nextStmt = *currChildS; in getPreviousAndNextStmt()