Lines Matching refs:cts
394 TokenStreamType* cts; local
396 cts = this->get_super();
400 return cts->LB(-k);
403 ANTLR_INT32 req_idx = cts->get_p() + k - 1;
406 if( (cts->get_p() == -1) ||
410 cts->fillBuffer();
420 TokenType& teof = cts->get_tokenSource()->get_eofToken();
427 i = cts->get_p();
435 i = cts->skipOffTokenChannels(i+1); /* leave p on valid token */
441 cts->fillBuffer();
445 TokenType& teof = cts->get_tokenSource()->get_eofToken();
456 return cts->getToken(i);
553 TokenStreamType* cts = static_cast<TokenStreamType>(this); local
555 if (cts->get_p() == -1)
557 cts->fillBuffer();
570 TokenStreamType* cts; local
572 cts = this->get_super();
574 if (cts->get_p() == -1)
576 cts->fillBuffer();
585 tsource = cts->get_tokenSource();
587 if (tsource != NULL && !cts->get_tokens().empty() )
593 tok = cts->get(i);