Home | History | Annotate | Download | only in include

Lines Matching defs:line

98     /** The line number we are traversing in the input file. This gets incremented
101 ANTLR3_UINT32 line;
103 /** Pointer into the input buffer where the current line
108 /** The offset within the current line of the current character
172 /** Pointer to function to return the current line number in the input stream
176 /** Pointer to function to return the current line buffer in the input stream
182 * is no way at the moment to position the input stream at a particular line
187 /** Pointer to function to return the current offset in the current input stream line
191 /** Pointer to function to set the current line number in the input stream
193 void (*setLine) (struct ANTLR3_INPUT_STREAM_struct * input, ANTLR3_UINT32 line);
195 /** Pointer to function to set the current position in the current line.
200 * looks for to trigger the line/offset and line buffer recording information.
203 * character is seen by the consume() function then the current line number is incremented and the
204 * current line offset is reset to 0. The Pointer for the line of input we are consuming
219 /// Character that automatically causes an internal line count
252 /** The line number we are traversing in the input file. This gets incremented
255 ANTLR3_UINT32 line;
257 /** Pointer into the input buffer where the current line
262 /** The offset within the current line of the current character