Searched refs:const_body_iterator (Results 1 – 4 of 4) sorted by relevance
439 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
1440 using const_body_iterator = Stmt *const *; variable1441 using body_const_range = llvm::iterator_range<const_body_iterator>;1447 const_body_iterator body_begin() const { in body_begin()1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()1472 std::reverse_iterator<const_body_iterator>;
1565 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
7865 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()