Searched defs:body_end (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dpreparser.cc934 int body_end = scanner()->peek_location().end_pos; local
935 log_->LogFunction(body_start, body_end,
H A Dparser.cc3757 int body_end = scanner()->location().end_pos; local
3758 log_->LogFunction(function_block_pos, body_end,
/external/clang/include/clang/AST/
H A DStmt.h580 body_range body() { return body_range(body_begin(), body_end()); }
582 body_iterator body_end() { return Body + size(); } function in class:clang::CompoundStmt
595 return body_const_range(body_begin(), body_end());
598 const_body_iterator body_end() const { return Body + size(); } function in class:clang::CompoundStmt
608 return reverse_body_iterator(body_end());
618 return const_reverse_body_iterator(body_end());

Completed in 150 milliseconds