Searched refs:tokText (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontoken.c360 return token->tokText.text;
371 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)token->tokText.chars);
373 return token->tokText.text;
389 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)"<EOF>");
391 token->tokText.text->factory = token->strFactory;
392 return token->tokText.text;
430 token->tokText.chars = (pANTLR3_UCHAR)text;
437 token->tokText.text->set8(token->tokText
[all...]
H A Dantlr3commontreeadaptor.c300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
345 newToken->tokText.chars = fromToken->tokText.chars;
351 newToken->tokText.text = adaptor->strFactory->newPtr(adaptor->strFactory, text->chars, text->len);
H A Dantlr3commontreenodestream.c393 token->tokText.chars = (pANTLR3_UCHAR)"UP";
399 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
405 token->tokText.chars = (pANTLR3_UCHAR)"EOF";
411 token->tokText.chars = (pANTLR3_UCHAR)"INVALID";
897 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
911 token->tokText.chars = (pANTLR3_UCHAR)"UP";
H A Dantlr3lexer.c667 token->tokText.text = lexer->rec->state->text;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h168 /// Affects the union structure tokText below
188 tokText; member in struct:ANTLR3_COMMON_TOKEN_struct

Completed in 97 milliseconds