Home
last modified time | relevance | path

Searched refs:ttext (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c1013 pANTLR3_STRING ttext; in displayRecognitionError() local
1023 ttext = NULL; in displayRecognitionError()
1066 ttext = theToken->toString(theToken); in displayRecognitionError()
1079 …TLR3_FPRINTF(stderr, "\n near %s\n ", ttext == NULL ? (pANTLR3_UINT8)"<no text for the token… in displayRecognitionError()
1090 ttext = theBaseTree->toStringTree(theBaseTree); in displayRecognitionError()
1101 ANTLR3_FPRINTF(stderr, ", near %s", ttext->chars); in displayRecognitionError()