Home | History | Annotate | Download | only in src

Lines Matching refs:ins

276 	pANTLR3_INPUT_STREAM			ins;
281 ins = NULL;
294 ins = lexer->input;
295 is = ins->istream;
338 ex->line = ins->getLine (ins); /* Line number comes from stream */
339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */
341 ex->streamName = ins->fileName;