Home
last modified time | relevance | path

Searched refs:tokLT (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3tokenstream.c54 static pANTLR3_COMMON_TOKEN tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k);
300 stream->tstream->_LT = tokLT; in antlr3CommonTokenStreamNew()
352 tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) in tokLT() function
443 return tokLT(ts, k); in dbgTokLT()
832 ts->debugger->LT(ts->debugger, i, tokLT(ts, i)); in dbgLA()
/external/antlr/antlr-3.4/runtime/C/
DChangeLog25 bug whereby the EOF boudary calculation in tokLT was incorrectly
270 bug whereby the EOF boudary calculation in tokLT was incorrectly