Searched refs:body_rbegin (Results 1 – 10 of 10) sorted by relevance
58 CompoundStmt::const_reverse_body_iterator last = Block->body_rbegin(); in checkRedundantReturn()66 CompoundStmt::const_reverse_body_iterator last = Block->body_rbegin(); in checkRedundantContinue()79 CompoundStmt::const_reverse_body_iterator Previous = ++Block->body_rbegin(); in issueDiagnostic()
633 for (auto I = Scope->body_rbegin(), E = Scope->body_rend(); I != E; ++I) { in findLastStmtThatUsesDecl()
608 reverse_body_iterator body_rbegin() { in body_rbegin() function618 const_reverse_body_iterator body_rbegin() const { in body_rbegin() function
1947 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) { in VisitCompoundStmt()1955 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend(); in VisitCompoundStmt()4232 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem()
1463 reverse_body_iterator body_rbegin() { in body_rbegin() function1474 const_reverse_body_iterator body_rbegin() const { in body_rbegin() function
2711 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) { in VisitCompoundStmt()2719 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend(); in VisitCompoundStmt()5473 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem()
646 auto LastStmt = CS->body_rbegin(); in endsWithReturn()
642 auto LastStmt = CS->body_rbegin(); in endsWithReturn()
1310 if (Expr *LastExpr = dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) { in Visit()
1831 dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) { in Visit()