Lines Matching refs:yylloc
158 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
806 $$->location = yylloc;
810 $$->location = yylloc;
814 $$->location = yylloc;
818 $$->location = yylloc;
822 $$->location = yylloc;
826 $$->location = yylloc;
830 $$->location = yylloc;
2303 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser)
2309 ret = glcpp_lex(yylval, yylloc, parser->scanner);