Searched refs:body_end (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Expression/ |
D | ASTStructExtractor.cpp | 75 …mt::const_body_iterator bi = body_compound_stmt->body_begin(), be = body_compound_stmt->body_end(); in ExtractFromFunctionDecl()
|
D | ASTResultSynthesizer.cpp | 237 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 168 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()
|
D | TransEmptyStatementsAndDealloc.cpp | 160 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
D | Transforms.cpp | 258 I = S->body_begin(), E = S->body_end(); I != E; ++I) { in TraverseStmtExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdenticalExprChecker.cpp | 420 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 580 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/ |
D | preparser.cc | 934 int body_end = scanner()->peek_location().end_pos; in ParseLazyFunctionLiteralBody() local 935 log_->LogFunction(body_start, body_end, in ParseLazyFunctionLiteralBody()
|
D | parser.cc | 3757 int body_end = scanner()->location().end_pos; in SkipLazyFunctionBody() local 3758 log_->LogFunction(function_block_pos, body_end, in SkipLazyFunctionBody()
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 59 ONE_KNOWN_DW_AT (body_end, DW_AT_body_end) \
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 283 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/ |
D | gcmole.cc | 997 clang::CompoundStmt::body_iterator end = stmt->body_end(); in DECL_VISIT_STMT()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2860 Node.body_end(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3968 while (I != CS->body_end()) { in ActOnOpenMPTargetDirective() 3976 assert(I != CS->body_end() && "Not found statement"); in ActOnOpenMPTargetDirective()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 4281 BE = CS->body_end(); in VisitStmtExpr()
|