Home | History | Annotate | Download | only in src

Lines Matching full:tokensource

58 static void		    setTokenSource	(pANTLR3_TOKEN_STREAM ts, pANTLR3_TOKEN_SOURCE tokenSource);
377 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken);
397 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken);
509 return ts->tokenSource;
514 pANTLR3_TOKEN_SOURCE tokenSource)
516 ts->tokenSource = tokenSource;
964 tok = tokenStream->tstream->tokenSource->nextToken(tokenStream->tstream->tokenSource);
1013 tok = tokenStream->tstream->tokenSource->nextToken(tokenStream->tstream->tokenSource);
1090 return ((pANTLR3_TOKEN_STREAM)(is->super))->tokenSource->fileName;