Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontreenodestream.c159 stream->tnstream = antlr3TreeNodeStreamNew(); in antlr3CommonTreeNodeStreamNewStream()
161 if (stream->tnstream == NULL) in antlr3CommonTreeNodeStreamNewStream()
170 stream->tnstream->istream = antlr3IntStreamNew(); in antlr3CommonTreeNodeStreamNewStream()
172 if (stream->tnstream->istream == NULL) in antlr3CommonTreeNodeStreamNewStream()
174 stream->tnstream->free (stream->tnstream); in antlr3CommonTreeNodeStreamNewStream()
195 stream->tnstream->getTreeAdaptor = getTreeAdaptor; in antlr3CommonTreeNodeStreamNewStream()
196 stream->tnstream->getTreeSource = getTreeSource; in antlr3CommonTreeNodeStreamNewStream()
197 stream->tnstream->_LT = _LT; in antlr3CommonTreeNodeStreamNewStream()
198 stream->tnstream->setUniqueNavigationNodes = setUniqueNavigationNodes; in antlr3CommonTreeNodeStreamNewStream()
199 stream->tnstream->toString = toString; in antlr3CommonTreeNodeStreamNewStream()
[all …]
Dantlr3baserecognizer.c310 tns = tparser->ctnstream->tnstream; in antlr3RecognitionExceptionNew()
437 is = tparser->ctnstream->tnstream->istream; in match()
509 is = tparser->ctnstream->tnstream->istream; in matchAny()
1088 is = tparser->ctnstream->tnstream->istream; in displayRecognitionError()
1343 is = tparser->ctnstream->tnstream->istream; in recover()
1455 is = tparser->ctnstream->tnstream->istream; in recoverFromMismatchedToken()
1576 is = tparser->ctnstream->tnstream->istream; in recoverFromMismatchedSet()
1641 is = tparser->ctnstream->tnstream->istream; in recoverFromMismatchedElement()
1737 is = tparser->ctnstream->tnstream->istream; in consumeUntil()
1787 is = tparser->ctnstream->tnstream->istream; in consumeUntilSet()
[all …]
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreenodestream.h155 pANTLR3_TREE_NODE_STREAM tnstream; member
Dantlr3basetreeadaptor.h84 …(struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, pANTLR3_TOKEN_STREAM tnstream, pANTLR3_COMMON_T…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
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;