Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTStructExtractor.cpp75 …for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_s… in ExtractFromFunctionDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp437 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin(); in isIdenticalStmt()
438 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()
/external/clang/include/clang/AST/
DStmt.h580 typedef Stmt* const * const_body_iterator; typedef
581 typedef llvm::iterator_range<const_body_iterator> body_const_range;
586 const_body_iterator body_begin() const { return Body; } in body_begin()
587 const_body_iterator body_end() const { return Body + size(); } in body_end()
603 typedef std::reverse_iterator<const_body_iterator>
/external/clang/lib/CodeGen/
DCGStmt.cpp310 for (CompoundStmt::const_body_iterator I = S.body_begin(), in EmitCompoundStmtWithoutScope()
1276 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/external/clang/lib/AST/
DExprConstant.cpp4394 for (CompoundStmt::const_body_iterator BI = CS->body_begin(), in VisitStmtExpr()