Searched refs:const_body_iterator (Results 1 – 5 of 5) sorted by relevance
64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), in ExtractFromFunctionDecl()
439 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
1473 using const_body_iterator = Stmt *const *; variable1474 using body_const_range = llvm::iterator_range<const_body_iterator>;1480 const_body_iterator body_begin() const { in body_begin()1484 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()1505 std::reverse_iterator<const_body_iterator>;
1685 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
7956 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()