Searched refs:const_body_iterator (Results 1 – 5 of 5) sorted by relevance
75 …for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_s… in ExtractFromFunctionDecl()
437 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()438 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
580 typedef Stmt* const * const_body_iterator; typedef581 typedef llvm::iterator_range<const_body_iterator> body_const_range;586 const_body_iterator body_begin() const { return Body; } in body_begin()587 const_body_iterator body_end() const { return Body + size(); } in body_end()603 typedef std::reverse_iterator<const_body_iterator>
310 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()1276 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
4394 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()