Searched refs:ANTLR3_INT_STREAM_struct (Results 1 – 3 of 3) sorted by relevance
93 typedef struct ANTLR3_INT_STREAM_struct struct117 pANTLR3_STRING (*getSourceName) (struct ANTLR3_INT_STREAM_struct * intStream); argument121 void (*consume) (struct ANTLR3_INT_STREAM_struct * intStream); argument125 ANTLR3_UINT32 (*_LA) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_INT32 i); argument132 ANTLR3_MARKER (*mark) (struct ANTLR3_INT_STREAM_struct * intStream); argument137 ANTLR3_MARKER (*index) (struct ANTLR3_INT_STREAM_struct * intStream); argument147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker); argument152 void (*rewindLast) (struct ANTLR3_INT_STREAM_struct * intStream); argument159 void (*release) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER mark); argument177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index); argument[all …]
43 typedef struct ANTLR3_INT_STREAM_struct *pANTLR3_INT_STREAM;
1556 /// /implements ANTLR3_INT_STREAM_struct::getSourceName()