Searched refs:ElemIt (Results 1 – 1 of 1) sorted by relevance
962 for (CFGBlock::const_reverse_iterator ElemIt = P->rbegin(), in checkFallThroughIntoBlock() local964 ElemIt != ElemEnd; ++ElemIt) { in checkFallThroughIntoBlock()965 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) { in checkFallThroughIntoBlock()1040 for (CFGBlock::const_reverse_iterator ElemIt = B.rbegin(), in getLastStmt() local1042 ElemIt != ElemEnd; ++ElemIt) { in getLastStmt()1043 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) in getLastStmt()