Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp261 Stmt::child_iterator currChildS = OuterS->child_begin(); in getPreviousAndNextStmt() local
264 for (; currChildS != childE; ++currChildS) { in getPreviousAndNextStmt()
265 if (*currChildS == InnerS) in getPreviousAndNextStmt()
267 prevChildS = currChildS; in getPreviousAndNextStmt()
276 if (currChildS == childE) in getPreviousAndNextStmt()
278 ++currChildS; in getPreviousAndNextStmt()
279 if (currChildS == childE) in getPreviousAndNextStmt()
282 nextStmt = *currChildS; in getPreviousAndNextStmt()