Lines Matching refs:pANTLR3_COMMON_TOKEN
348 ex->line = ((pANTLR3_COMMON_TOKEN)(ex->token))->getLine ((pANTLR3_COMMON_TOKEN)(ex->token)); in antlr3RecognitionExceptionNew()
349 …ex->charPositionInLine = ((pANTLR3_COMMON_TOKEN)(ex->token))->getCharPositionInLine ((pANTLR3_COMM… in antlr3RecognitionExceptionNew()
351 if (((pANTLR3_COMMON_TOKEN)(ex->token))->type == ANTLR3_TOKEN_EOF) in antlr3RecognitionExceptionNew()
357 ex->streamName = ((pANTLR3_COMMON_TOKEN)(ex->token))->input->fileName; in antlr3RecognitionExceptionNew()
1016 pANTLR3_COMMON_TOKEN theToken; in displayRecognitionError()
1029 if (((pANTLR3_COMMON_TOKEN)(ex->token))->type == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1065 theToken = (pANTLR3_COMMON_TOKEN)(recognizer->state->exception->token); in displayRecognitionError()
1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree); in displayRecognitionError()
1560 pANTLR3_COMMON_TOKEN matchedSymbol; in recoverFromMismatchedSet()
1592 …matchedSymbol = (pANTLR3_COMMON_TOKEN)recognizer->getMissingSymbol(recognizer, is, recognizer->sta… in recoverFromMismatchedSet()
2177 pANTLR3_COMMON_TOKEN token; in getMissingSymbol()
2178 pANTLR3_COMMON_TOKEN current; in getMissingSymbol()