Searched refs:const_body_iterator (Results 1 – 4 of 4) sorted by relevance
435 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()436 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
592 typedef Stmt* const * const_body_iterator; typedef593 typedef llvm::iterator_range<const_body_iterator> body_const_range;598 const_body_iterator body_begin() const { return Body; } in body_begin()599 const_body_iterator body_end() const { return Body + size(); } in body_end()615 typedef std::reverse_iterator<const_body_iterator>
340 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()1329 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
4541 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()