Lines Matching refs:teof
90 TokenType& teof = m_eofToken; local
92 teof.set_startIndex(lexer->getCharIndex());
93 teof.set_stopIndex(lexer->getCharIndex());
94 teof.set_line(lexer->getLine());
95 return &teof;
175 CommonTokenType& teof = m_eofToken; local
177 teof.set_startIndex(lexer->getCharIndex());
178 teof.set_stopIndex(lexer->getCharIndex());
179 teof.set_line(lexer->getLine());
180 return &teof;
420 TokenType& teof = cts->get_tokenSource()->get_eofToken(); local
422 teof.set_startIndex( this->get_istream()->index());
423 teof.set_stopIndex( this->get_istream()->index());
424 return &teof;
445 TokenType& teof = cts->get_tokenSource()->get_eofToken(); local
447 teof.set_startIndex(this->get_istream()->index());
448 teof.set_stopIndex(this->get_istream()->index());
449 return &teof;