Lines Matching full:teof
377 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken);
379 teof->setStartIndex (teof, ts->istream->index (ts->istream));
380 teof->setStopIndex (teof, ts->istream->index (ts->istream));
381 return teof;
397 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken);
399 teof->setStartIndex (teof, ts->istream->index(ts->istream));
400 teof->setStopIndex (teof, ts->istream->index(ts->istream));
401 return teof;