Lines Matching refs:istream
62 … void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
63 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream…
222 pANTLR3_INT_STREAM istream; in nextTokenStr() local
227 istream = input->istream; in nextTokenStr()
256 if (istream->_LA(istream, 1) == ANTLR3_CHARSTREAM_EOF) in nextTokenStr()
587 lexer->input->istream->mark(lexer->input->istream); in pushCharStream()
631 lexer->input->istream->rewindLast(lexer->input->istream); in popCharStream()
731 if (lexer->input->istream->_LA(lexer->input->istream, 1) != (*string)) in matchs()
750 lexer->input->istream->consume(lexer->input->istream); in matchs()
772 if (lexer->input->istream->_LA(lexer->input->istream, 1) == c) in matchc()
776 lexer->input->istream->consume(lexer->input->istream); in matchc()
816 c = lexer->input->istream->_LA(lexer->input->istream, 1); in matchRange()
821 lexer->input->istream->consume(lexer->input->istream); in matchRange()
851 lexer->input->istream->consume(lexer->input->istream); in matchAny()
857 lexer->input->istream->consume(lexer->input->istream); in recover()
874 return lexer->input->istream->index(lexer->input->istream); in getCharIndex()
894 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() argument
900 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol() argument