Home | History | Annotate | Download | only in src

Lines Matching defs:tns

191 	pANTLR3_TREE_NODE_STREAM		tns;
194 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super);
195 ctns = tns->ctns;
196 return tns->_LT(tns, 1);
207 pANTLR3_TREE_NODE_STREAM tns;
217 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super);
218 ctns = tns->ctns;
222 current = tns->_LT(tns, 1);
227 current = tns->_LT(tns, -1);
232 current = tns->_LT(tns, i--);