Searched refs:stmts_ (Results 1 – 7 of 7) sorted by relevance
32 for (auto it = stmts_.begin(); it != stmts_.end(); ++it) { in EXPAND_NODES()42 for (auto it = stmts_.begin(); it != stmts_.end(); ++it, ++i) { in indexof()
31 if (!n->stmts_.empty()) { in visit_block_stmt_node()33 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) { in visit_block_stmt_node()169 if (!n->block_->stmts_.empty()) { in visit_method_call_expr_node()172 for (auto it = n->block_->stmts_.begin(); it != n->block_->stmts_.end(); ++it) { in visit_method_call_expr_node()229 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) { in visit_struct_decl_stmt_node()
33 if (!n->stmts_.empty()) { in visit_block_stmt_node()34 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) in visit_block_stmt_node()71 for (auto it = n->block_->stmts_.begin(); it != n->block_->stmts_.end(); ++it) { in visit_switch_stmt_node()265 n->block_->stmts_.insert(n->block_->stmts_.begin(), move(result)); in check_lookup_method()337 if (!n->block_->stmts_.empty()) { in visit_method_call_expr_node()390 for (auto f = type->stmts_.begin(); f != type->stmts_.end(); ++f) { in visit_struct_variable_decl_stmt_node()415 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) { in visit_struct_decl_stmt_node()573 b->stmts_.push_back(move(parsed_bytes)); in visit()
161 for (auto it = struct_decl->stmts_.begin(); it != struct_decl->stmts_.end(); ++it, ++i) { in struct_add()
337 : stmts_(move(stmts)), scope_(NULL) {} in DECLARE()339 StmtNodeList stmts_; variable474 FormalList stmts_; variable478 : id_(move(id)), stmts_(move(stmts)), bit_width_(0), packed_(false) {} in id_()
139 { $$ = new BlockStmtNode; $$->stmts_.push_back(StmtNode::Ptr($1)); }141 { $1->stmts_.push_back(StmtNode::Ptr($2)); }186 $1->block_->stmts_ = move(*$4); delete $4;208 { $$ = new BlockStmtNode; $$->stmts_ = move(*$2); delete $2;
121 if (!n->stmts_.empty()) { in visit_block_stmt_node()122 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) in visit_block_stmt_node()1035 for (auto it = n->stmts_.begin(); it != n->stmts_.end(); ++it) in visit_struct_decl_stmt_node()