#include <yyast/types.h>
Definition at line 58 of file types.h.
Data Fields | |
uint32_t | line |
The line number, starting from one. | |
uint32_t | column |
The column number, starting from one. | |
uint32_t | file |
The file number, starting from zero (the main file). |
uint32_t ya_position_s::line |
The line number, starting from one.
Definition at line 59 of file types.h.
Referenced by node_decode(), ya_clear_position(), ya_count(), ya_error(), ya_generic_nodev(), ya_literal(), and ya_reposition().
uint32_t ya_position_s::column |
The column number, starting from one.
Definition at line 60 of file types.h.
Referenced by node_decode(), ya_clear_position(), ya_count(), ya_error(), ya_generic_nodev(), ya_literal(), and ya_reposition().
uint32_t ya_position_s::file |
The file number, starting from zero (the main file).
Definition at line 61 of file types.h.
Referenced by node_decode(), ya_clear_position(), ya_generic_nodev(), ya_literal(), and ya_reposition().