Searched refs:line_start (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h23 int line_start; member in struct:FileCtx
29 line_start(0), line_end(0),
34 line_start(start), line_end(src.line_start),
78 start = acc.empty() ? fc.line_start : start;
134 ++fc.line_start;
146 fprintf(stderr, "** stopping at line %d. parsing %s failed.\n", fc.line_start, input);
H A Dparser.cpp42 file, line_start, line_end, what, extra.c_str(), last_token);
45 file, line_start, what, extra.c_str(), last_token);
50 fprintf(stderr, "%s : line %d : %s\n", file, line_start, what);

Completed in 24 milliseconds