Home
last modified time | relevance | path

Searched refs:const_body_iterator (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp439 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()
440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1440 using const_body_iterator = Stmt *const *; variable
1441 using body_const_range = llvm::iterator_range<const_body_iterator>;
1447 const_body_iterator body_begin() const { in body_begin()
1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end()
1472 std::reverse_iterator<const_body_iterator>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1565 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7865 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()