Searched refs:theToken (Results 1 – 7 of 7) sorted by relevance
67 - (void) setToken:(id<Token>) theToken69 if (theToken != token) {71 token = [theToken retain];
37 - (void) setToken:(id<Token>) theToken;
77 - (void) setToken:(id<Token>) theToken;
1016 pANTLR3_COMMON_TOKEN theToken; in displayRecognitionError() local1065 theToken = (pANTLR3_COMMON_TOKEN)(recognizer->state->exception->token); in displayRecognitionError()1066 ttext = theToken->toString(theToken); in displayRecognitionError()1069 if (theToken != NULL) in displayRecognitionError()1071 if (theToken->type == ANTLR3_TOKEN_EOF) in displayRecognitionError()1098 theToken = (pANTLR3_COMMON_TOKEN) theBaseTree->getToken(theBaseTree); in displayRecognitionError()
101 const CommonTokenType* theToken = this->get_rec()->get_state()->get_exception()->get_token(); local102 StringType ttext = theToken->toString();106 if (theToken != NULL)108 if (theToken->get_type() == CommonTokenType::TOKEN_EOF)
116 CommonTokenType* theToken = theBaseTree->getToken(); local
736 AEDesc theToken; in AEDesc_AEResolve() local745 &theToken); in AEDesc_AEResolve()748 AEDesc_New, &theToken); in AEDesc_AEResolve()1300 AEDesc theToken; in AE_AEDisposeToken() local1306 _err = AEDisposeToken(&theToken); in AE_AEDisposeToken()1309 AEDesc_New, &theToken); in AE_AEDisposeToken()