Lines Matching refs:yylloc
72 #define yylloc gram_lloc
123 FIXME: depends on the undocumented availability of YYLLOC. */
126 gram_error (&yylloc, Msg)
1023 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1025 # define YYLEX yylex (&yylval, &yylloc)
1911 YYLTYPE yylloc
2003 boundary_set (&yylloc.start, current_file, 1, 1);
2004 boundary_set (&yylloc.end, current_file, 1, 1);
2008 yylsp[0] = yylloc;
2125 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2152 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2162 *++yylsp = yylloc;
2987 yyerror_range[1] = yylloc;
3003 yytoken, &yylval, &yylloc);
3074 yyerror_range[2] = yylloc;
3075 YYLLOC is tempting, but would change the location of
3118 yytoken, &yylval, &yylloc);