Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h485 typedef Stmt* const * const_body_iterator; typedef
486 const_body_iterator body_begin() const { return Body; } in body_begin()
487 const_body_iterator body_end() const { return Body + size(); } in body_end()
498 typedef std::reverse_iterator<const_body_iterator>
/external/clang/lib/CodeGen/
DCGStmt.cpp203 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmt()
993 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
DCGObjC.cpp2129 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitObjCAutoreleasePoolStmt()