Searched refs:current_lhs_location (Results 1 – 3 of 3) sorted by relevance
57 static location current_lhs_location; variable415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1426 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
242 static location current_lhs_location; variable2082 { current_lhs = (yyvsp[(1) - (1)].symbol); current_lhs_location = (yylsp[(1) - (1)]); }2097 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
1201 (current_lhs, current_lhs_location): Now static.9033 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.