NEW_CDECL        6069 ext/ripper/ripper.c 			(yyval.val) = NEW_CDECL(0, 0, NEW_COLON2((yyvsp[(1) - (3)].val), (yyvsp[(3) - (3)].val)));
NEW_CDECL        6084 ext/ripper/ripper.c 			(yyval.val) = NEW_CDECL(0, 0, NEW_COLON3((yyvsp[(2) - (2)].val)));
NEW_CDECL        6165 ext/ripper/ripper.c 			(yyval.val) = NEW_CDECL(0, 0, NEW_COLON2((yyvsp[(1) - (3)].val), (yyvsp[(3) - (3)].val)));
NEW_CDECL        6181 ext/ripper/ripper.c 			(yyval.val) = NEW_CDECL(0, 0, NEW_COLON3((yyvsp[(2) - (2)].val)));
NEW_CDECL        13470 ext/ripper/ripper.c 	return NEW_CDECL(id, val, 0);
NEW_CDECL        1605 ext/ripper/ripper.y 			$$ = NEW_CDECL(0, 0, NEW_COLON2($1, $3));
NEW_CDECL        1617 ext/ripper/ripper.y 			$$ = NEW_CDECL(0, 0, NEW_COLON3($2));
NEW_CDECL        1679 ext/ripper/ripper.y 			$$ = NEW_CDECL(0, 0, NEW_COLON2($1, $3));
NEW_CDECL        1692 ext/ripper/ripper.y 			$$ = NEW_CDECL(0, 0, NEW_COLON3($2));
NEW_CDECL        8070 ext/ripper/ripper.y 	return NEW_CDECL(id, val, 0);
NEW_CDECL        6069 parse.c        			(yyval.node) = NEW_CDECL(0, 0, NEW_COLON2((yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].id)));
NEW_CDECL        6084 parse.c        			(yyval.node) = NEW_CDECL(0, 0, NEW_COLON3((yyvsp[(2) - (2)].id)));
NEW_CDECL        6165 parse.c        			(yyval.node) = NEW_CDECL(0, 0, NEW_COLON2((yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].id)));
NEW_CDECL        6181 parse.c        			(yyval.node) = NEW_CDECL(0, 0, NEW_COLON3((yyvsp[(2) - (2)].id)));
NEW_CDECL        13402 parse.c        	return NEW_CDECL(id, val, 0);
NEW_CDECL        1605 parse.y        			$$ = NEW_CDECL(0, 0, NEW_COLON2($1, $3));
NEW_CDECL        1617 parse.y        			$$ = NEW_CDECL(0, 0, NEW_COLON3($2));
NEW_CDECL        1679 parse.y        			$$ = NEW_CDECL(0, 0, NEW_COLON2($1, $3));
NEW_CDECL        1692 parse.y        			$$ = NEW_CDECL(0, 0, NEW_COLON3($2));
NEW_CDECL        8070 parse.y        	return NEW_CDECL(id, val, 0);