Searched refs:theBaseTree (Results 1 – 1 of 1) sorted by relevance
1017 pANTLR3_BASE_TREE theBaseTree; in displayRecognitionError() local1089 theBaseTree = (pANTLR3_BASE_TREE)(recognizer->state->exception->token); in displayRecognitionError()1090 ttext = theBaseTree->toStringTree(theBaseTree); in displayRecognitionError()1092 if (theBaseTree != NULL) in displayRecognitionError()1094 theCommonTree = (pANTLR3_COMMON_TREE) theBaseTree->super; in displayRecognitionError()1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree); in displayRecognitionError()1100 ANTLR3_FPRINTF(stderr, ", at offset %d", theBaseTree->getCharPositionInLine(theBaseTree)); in displayRecognitionError()