Searched refs:ElemIt (Results 1 – 1 of 1) sorted by relevance
967 for (CFGBlock::const_reverse_iterator ElemIt = P->rbegin(), in checkFallThroughIntoBlock() local969 ElemIt != ElemEnd; ++ElemIt) { in checkFallThroughIntoBlock()970 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) { in checkFallThroughIntoBlock()1045 for (CFGBlock::const_reverse_iterator ElemIt = B.rbegin(), in getLastStmt() local1047 ElemIt != ElemEnd; ++ElemIt) { in getLastStmt()1048 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) in getLastStmt()