Searched refs:ElemIt (Results 1 – 1 of 1) sorted by relevance
973 for (CFGBlock::const_reverse_iterator ElemIt = P->rbegin(), in checkFallThroughIntoBlock() local975 ElemIt != ElemEnd; ++ElemIt) { in checkFallThroughIntoBlock()976 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) { in checkFallThroughIntoBlock()1051 for (CFGBlock::const_reverse_iterator ElemIt = B.rbegin(), in getLastStmt() local1053 ElemIt != ElemEnd; ++ElemIt) { in getLastStmt()1054 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) in getLastStmt()