Searched refs:const_body_iterator (Results 1 – 3 of 3) sorted by relevance
485 typedef Stmt* const * const_body_iterator; typedef486 const_body_iterator body_begin() const { return Body; } in body_begin()487 const_body_iterator body_end() const { return Body + size(); } in body_end()498 typedef std::reverse_iterator<const_body_iterator>
203 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmt()993 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
2129 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()