Searched refs:const_body_iterator (Results 1 – 6 of 6) sorted by relevance
575 typedef Stmt* const * const_body_iterator; typedef576 const_body_iterator body_begin() const { return Body; } in body_begin()577 const_body_iterator body_end() const { return Body + size(); } in body_end()588 typedef std::reverse_iterator<const_body_iterator>
213 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()1091 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
1003 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in isCapturedBy()
1330 for (CompoundStmt::const_body_iterator I = RootCS->body_begin(), in emitImplicitAssignmentOperatorBody()
2827 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()
3214 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in EvaluateStmt()4015 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()