Home
last modified time | relevance | path

Searched refs:body_end (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Expression/
DASTStructExtractor.cpp75 …mt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
DASTResultSynthesizer.cpp237 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp168 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in VisitCompoundStmt()
302 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end(); in handlePoolScope()
DTransEmptyStatementsAndDealloc.cpp160 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
DTransforms.cpp258 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp420 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
/external/clang/include/clang/AST/
DStmt.h580 body_range body() { return body_range(body_begin(), body_end()); } in body()
582 body_iterator body_end() { return Body + size(); } in body_end() function
595 return body_const_range(body_begin(), body_end()); in body()
598 const_body_iterator body_end() const { return Body + size(); } in body_end() function
608 return reverse_body_iterator(body_end()); in body_rbegin()
618 return const_reverse_body_iterator(body_end()); in body_rbegin()
/external/v8/src/
Dpreparser.cc934 int body_end = scanner()->peek_location().end_pos; in ParseLazyFunctionLiteralBody() local
935 log_->LogFunction(body_start, body_end, in ParseLazyFunctionLiteralBody()
Dparser.cc3757 int body_end = scanner()->location().end_pos; in SkipLazyFunctionBody() local
3758 log_->LogFunction(function_block_pos, body_end, in SkipLazyFunctionBody()
/external/elfutils/src/libdw/
Dknown-dwarf.h59 ONE_KNOWN_DW_AT (body_end, DW_AT_body_end) \
/external/clang/lib/CodeGen/
DCGStmt.cpp283 E = S.body_end()-GetLast; I != E; ++I) in EmitCompoundStmtWithoutScope()
1367 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end(); in CollectStatementsForCase()
/external/v8/tools/gcmole/
Dgcmole.cc997 clang::CompoundStmt::body_iterator end = stmt->body_end(); in DECL_VISIT_STMT()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2860 Node.body_end(), Finder, Builder); in AST_MATCHER_P()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3968 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective()
3976 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
/external/clang/lib/AST/
DExprConstant.cpp4281 BE = CS->body_end(); in VisitStmtExpr()