Lines Matching refs:ctns
1573 CommonTreeNodeStreamType* ctns = this->get_super(); local
1574 if( ctns->get_p() == -1 )
1575 ctns->fillBufferRoot();
1576 ctns->inc_p();
1581 CommonTreeNodeStreamType* ctns = this->get_super(); local
1582 return (ANTLR_MARKER)(ctns->get_p());
1607 CommonTreeNodeStreamType* ctns = this->get_super(); local
1609 if (ctns->get_p() == -1)
1611 ctns->fillBufferRoot();
1643 CommonTreeNodeStreamType* ctns = this->get_super(); local
1644 ctns->set_p( ANTLR_UINT32_CAST(index) );
1650 CommonTreeNodeStreamType* ctns = this->get_super(); local
1652 if (ctns->get_p() == -1)
1654 ctns->fillBufferRoot();
1657 return ctns->get_nodes().size();