Searched defs:strFactory (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetree.h76 pANTLR3_STRING_FACTORY strFactory; member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3input.h81 pANTLR3_STRING_FACTORY strFactory; member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3basetreeadaptor.h58 pANTLR3_STRING_FACTORY strFactory; member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
H A Dantlr3commontoken.h123 pANTLR3_STRING_FACTORY strFactory; member in struct:ANTLR3_COMMON_TOKEN_struct
H A Dantlr3tokenstream.h65 pANTLR3_STRING_FACTORY strFactory; member in struct:ANTLR3_TOKEN_SOURCE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c65 antlr3ArboretumNew(pANTLR3_STRING_FACTORY strFactory) argument
117 factory->unTruc.baseTree.strFactory = strFactory;
196 tree->baseTree.strFactory = factory->unTruc.baseTree.strFactory;
495 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3);
H A Dantlr3commontreeadaptor.c84 ANTLR3_TREE_ADAPTORNew(pANTLR3_STRING_FACTORY strFactory) argument
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) argument
183 ta = ANTLR3_TREE_ADAPTORNew(strFactory);
303 newToken->strFactory = adaptor->strFactory;
[all...]
H A Dantlr3commontreenodestream.c120 stream = antlr3CommonTreeNodeStreamNew(tree->strFactory, hint);
248 inStream->UP.token->strFactory = stream->stringFactory;
250 inStream->DOWN.token->strFactory = stream->stringFactory;
252 inStream->EOF_NODE.token->strFactory = stream->stringFactory;
254 inStream->INVALID_NODE.token->strFactory= stream->stringFactory;
270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) argument
286 stream->stringFactory = strFactory;
290 stream->adaptor = ANTLR3_TREE_ADAPTORNew(strFactory);
391 token->strFactory = strFactory;
[all...]

Completed in 74 milliseconds