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

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c159 stream->tnstream = antlr3TreeNodeStreamNew();
161 if (stream->tnstream == NULL)
170 stream->tnstream->istream = antlr3IntStreamNew();
172 if (stream->tnstream->istream == NULL)
174 stream->tnstream->free (stream->tnstream);
195 stream->tnstream->getTreeAdaptor = getTreeAdaptor;
196 stream->tnstream->getTreeSource = getTreeSource;
197 stream->tnstream->_LT = _LT;
198 stream->tnstream
[all...]
H A Dantlr3baserecognizer.c310 tns = tparser->ctnstream->tnstream;
437 is = tparser->ctnstream->tnstream->istream;
509 is = tparser->ctnstream->tnstream->istream;
1088 is = tparser->ctnstream->tnstream->istream;
1343 is = tparser->ctnstream->tnstream->istream;
1455 is = tparser->ctnstream->tnstream->istream;
1576 is = tparser->ctnstream->tnstream->istream;
1641 is = tparser->ctnstream->tnstream->istream;
1737 is = tparser->ctnstream->tnstream->istream;
1787 is = tparser->ctnstream->tnstream
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h155 pANTLR3_TREE_NODE_STREAM tnstream; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
H A Dantlr3basetreeadaptor.h84 void * (*errorNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, pANTLR3_TOKEN_STREAM tnstream, pANTLR3_COMMON_TOKEN startToken, pANTLR3_COMMON_TOKEN stopToken, pANTLR3_EXCEPTION e);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg453 #define ISTREAM INPUT->tnstream->istream
454 #define STRSTREAM INPUT->tnstream
465 #define LT(n) INPUT->tnstream->_LT(INPUT->tnstream, n)
2172 <label>->input = INPUT->tnstream->istream;
2268 <label>->input = INPUT->tnstream->istream;

Completed in 330 milliseconds