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

/external/v8/src/
H A Dpreparser.cc1441 int body_end = scanner_->peek_location().end_pos; local
1442 log_->LogFunction(body_start, body_end,
/external/clang/include/clang/AST/
H A DStmt.h574 body_iterator body_end() { return Body + size(); } function in class:clang::CompoundStmt
584 const_body_iterator body_end() const { return Body + size(); } function in class:clang::CompoundStmt
589 return reverse_body_iterator(body_end());
599 return const_reverse_body_iterator(body_end());

Completed in 72 milliseconds