Lines Matching refs:yylloc
352 location_type yylloc; in parse() local
375 yylloc.begin.filename = yylloc.end.filename = &driver.file; in parse()
388 yylocation_stack_.push (yylloc); in parse()
413 yychar = yylex (&yylval, &yylloc, driver); in parse()
425 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); in parse()
445 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); in parse()
451 yylocation_stack_.push (yylloc); in parse()
607 error (yylloc, yysyntax_error_ (yystate, yytoken)); in parse()
610 yyerror_range[1] = yylloc; in parse()
623 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc); in parse()
685 yyerror_range[2] = yylloc; in parse()
716 &yylloc); in parse()
745 yydestruct_ (YY_NULL, yytoken, &yylval, &yylloc); in parse()