Searched refs:YYLTYPE (Results 1 – 5 of 5) sorted by relevance
20 #define YYLTYPE YYLTYPE macro23 } YYLTYPE; typedef
44 static Expr* Build(Function fn, YYLTYPE loc, size_t count, ...) {
14 #ifndef YYLTYPE15 #define YYLTYPE yy::parser::location_type
39 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *llocp, void *);41 int yyerror(YYLTYPE *llocp, AST *, const char *s) {
65 #define YY_DECL int yylex(YYSTYPE* yylval_param, YYLTYPE* yylloc_param, \