Home | History | Annotate | Download | only in src

Lines Matching refs:tokText

360 			return	token->tokText.text;
371 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)token->tokText.chars);
373 return token->tokText.text;
389 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)"<EOF>");
391 token->tokText.text->factory = token->strFactory;
392 return token->tokText.text;
430 token->tokText.chars = (pANTLR3_UCHAR)text;
437 token->tokText.text->set8(token->tokText.text, (const char *)text);
457 token->tokText.text = text;