Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp435 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()
436 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
/external/clang/include/clang/AST/
DStmt.h592 typedef Stmt* const * const_body_iterator; typedef
593 typedef llvm::iterator_range<const_body_iterator> body_const_range;
598 const_body_iterator body_begin() const { return Body; } in body_begin()
599 const_body_iterator body_end() const { return Body + size(); } in body_end()
615 typedef std::reverse_iterator<const_body_iterator>
/external/clang/lib/CodeGen/
DCGStmt.cpp340 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()
1329 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/external/clang/lib/AST/
DExprConstant.cpp4541 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()