Lines Matching refs:statements_
29 for (auto *&it : statements_) {
41 for (auto *statement : this->statements_) {
53 // This will survive pushing element to the back of statements_ in the process
55 for (size_t ix = 0; ix < statements_.size(); ix++) {
56 cb(statements_[ix]);
62 dumper->Add({{"type", IsProgram() ? "Program" : "BlockStatement"}, {"statements", statements_}});
70 if (!statements_.empty()) {
75 for (auto statement : statements_) {
77 if (statement != statements_.back()) {
82 if (!statements_.empty()) {