Lines Matching refs:ttext
1013 pANTLR3_STRING ttext;
1023 ttext = NULL;
1066 ttext = theToken->toString(theToken);
1079 ANTLR3_FPRINTF(stderr, "\n near %s\n ", ttext == NULL ? (pANTLR3_UINT8)"<no text for the token>" : ttext->chars);
1090 ttext = theBaseTree->toStringTree(theBaseTree);
1101 ANTLR3_FPRINTF(stderr, ", near %s", ttext->chars);