Searched refs:const_body_iterator (Results 1 – 5 of 5) sorted by relevance
65 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl()
438 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()439 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
1288 using const_body_iterator = Stmt *const *; variable1289 using body_const_range = llvm::iterator_range<const_body_iterator>;1295 const_body_iterator body_begin() const { in body_begin()1299 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()1320 std::reverse_iterator<const_body_iterator>;
386 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()1377 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
5108 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()