Lines Matching refs:pANTLR3_INT_STREAM
66 static void consume (pANTLR3_INT_STREAM is);
67 static void dbgConsume (pANTLR3_INT_STREAM is);
68 static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
69 static ANTLR3_UINT32 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i);
70 static ANTLR3_MARKER mark (pANTLR3_INT_STREAM is);
71 static ANTLR3_MARKER dbgMark (pANTLR3_INT_STREAM is);
72 static void release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
73 static ANTLR3_UINT32 size (pANTLR3_INT_STREAM is);
74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
75 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
76 static void dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
77 static void rewindLast (pANTLR3_INT_STREAM is);
78 static void dbgRewindLast (pANTLR3_INT_STREAM is);
79 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
80 static void dbgSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
81 static pANTLR3_STRING getSourceName (pANTLR3_INT_STREAM is);
416 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is) in consumeInitialHiddenTokens()
600 consume (pANTLR3_INT_STREAM is) in consume()
620 dbgConsume (pANTLR3_INT_STREAM is) in dbgConsume()
800 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in _LA()
822 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in dbgLA()
837 mark (pANTLR3_INT_STREAM is) in mark()
846 dbgMark (pANTLR3_INT_STREAM is) in dbgMark()
859 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in release()
865 size (pANTLR3_INT_STREAM is) in size()
882 tindex (pANTLR3_INT_STREAM is) in tindex()
894 dbgRewindLast (pANTLR3_INT_STREAM is) in dbgRewindLast()
905 rewindLast (pANTLR3_INT_STREAM is) in rewindLast()
910 rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in rewindStream()
915 dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in dbgRewindStream()
927 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) in seek()
938 dbgSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) in dbgSeek()
1083 getSourceName (pANTLR3_INT_STREAM is) in getSourceName()