Searched refs:antlr3TokenFactoryNew (Results 1 – 5 of 5) sorted by relevance
92 antlr3TokenFactoryNew(pANTLR3_INPUT_STREAM input) in antlr3TokenFactoryNew() function
159 cta->baseAdaptor.tokenFactory = antlr3TokenFactoryNew(NULL); in ANTLR3_TREE_ADAPTORNew()
505 lexer->rec->state->tokFactory = antlr3TokenFactoryNew(input); in setCharStream()
2203 recognizer->state->tokFactory = antlr3TokenFactoryNew(current->input); in getMissingSymbol()
571 ANTLR3_API pANTLR3_TOKEN_FACTORY antlr3TokenFactoryNew (pANTLR3_INPUT_STRE…