Home | History | Annotate | Download | only in src

Lines Matching defs:istream

62 static void *				getCurrentInputSymbol		(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
63 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTION e,
222 pANTLR3_INT_STREAM istream;
227 istream = input->istream;
256 if (istream->_LA(istream, 1) == ANTLR3_CHARSTREAM_EOF)
587 lexer->input->istream->mark(lexer->input->istream);
631 lexer->input->istream->rewindLast(lexer->input->istream);
731 if (lexer->input->istream->_LA(lexer->input->istream, 1) != (*string))
750 lexer->input->istream->consume(lexer->input->istream);
772 if (lexer->input->istream->_LA(lexer->input->istream, 1) == c)
776 lexer->input->istream->consume(lexer->input->istream);
816 c = lexer->input->istream->_LA(lexer->input->istream, 1);
821 lexer->input->istream->consume(lexer->input->istream);
851 lexer->input->istream->consume(lexer->input->istream);
857 lexer->input->istream->consume(lexer->input->istream);
874 return lexer->input->istream->index(lexer->input->istream);
894 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream)
900 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTION e,