HomeSort by relevance Sort by last modified time
    Searched refs:tokFactory (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 147 pANTLR3_TOKEN_FACTORY tokFactory;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 124 lexer->rec->state->tokFactory = NULL;
193 if (lexer->rec->state->tokFactory != NULL)
195 lexer->rec->state->tokFactory->reset(lexer->rec->state->tokFactory);
503 if (lexer->rec->state->tokFactory == NULL)
505 lexer->rec->state->tokFactory = antlr3TokenFactoryNew(input);
515 lexer->rec->state->tokFactory->setInputStream(lexer->rec->state->tokFactory, input);
651 token = lexer->rec->state->tokFactory->newToken(lexer->rec->state->tokFactory);
    [all...]
antlr3baserecognizer.c 125 recognizer->state->tokFactory = NULL;
231 if (recognizer->state->tokFactory != NULL)
233 recognizer->state->tokFactory->close(recognizer->state->tokFactory);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 268 milliseconds