Home | History | Annotate | Download | only in src

Lines Matching refs:strFactory

84 ANTLR3_TREE_ADAPTORNew(pANTLR3_STRING_FACTORY strFactory)
153 cta->arboretum = antlr3ArboretumNew(strFactory);
160 cta->baseAdaptor.tokenFactory->unTruc.strFactory = strFactory;
164 cta->baseAdaptor.strFactory = strFactory;
177 ANTLR3_TREE_ADAPTORDebugNew(pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger)
183 ta = ANTLR3_TREE_ADAPTORNew(strFactory);
303 newToken->strFactory = adaptor->strFactory;
351 newToken->tokText.text = adaptor->strFactory->newPtr(adaptor->strFactory, text->chars, text->len);