Home | History | Annotate | Download | only in src

Lines Matching defs:get

57 static	pANTLR3_BASE_TREE			get							(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k);
202 stream->tnstream->get = get;
344 stream->tnstream->get = get;
563 return tns->ctns->nodes->get(tns->ctns->nodes, tns->ctns->p - k);
566 /// Get tree node at current input pointer + i ahead where i=1 is next node.
600 return tns->ctns->nodes->get(tns->ctns->nodes, tns->ctns->p + k - 1);
943 get (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k)
950 return tns->ctns->nodes->get(tns->ctns->nodes, k);