Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/
DLexerState.m67 - (void) setToken:(id<Token>) theToken
69 if (theToken != token) {
71 token = [theToken retain];
DLexerState.h37 - (void) setToken:(id<Token>) theToken;
DRecognizerSharedState.h77 - (void) setToken:(id<Token>) theToken;
/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c1016 pANTLR3_COMMON_TOKEN theToken; in displayRecognitionError() local
1065 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()
/external/antlr/runtime/Cpp/include/
Dantlr3parser.inl101 const CommonTokenType* theToken = this->get_rec()->get_state()->get_exception()->get_token(); local
102 StringType ttext = theToken->toString();
106 if (theToken != NULL)
108 if (theToken->get_type() == CommonTokenType::TOKEN_EOF)
Dantlr3treeparser.inl116 CommonTokenType* theToken = theBaseTree->getToken(); local
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c736 AEDesc theToken; in AEDesc_AEResolve() local
745 &theToken); in AEDesc_AEResolve()
748 AEDesc_New, &theToken); in AEDesc_AEResolve()
1300 AEDesc theToken; in AE_AEDisposeToken() local
1306 _err = AEDisposeToken(&theToken); in AE_AEDisposeToken()
1309 AEDesc_New, &theToken); in AE_AEDisposeToken()