Searched refs:TreeNodeStreamType (Results 1 – 5 of 5) sorted by relevance
45 typedef typename ImplTraits::TreeNodeStreamType TreeNodeStreamType; typedef in TreeParser46 typedef TreeNodeStreamType StreamType;47 typedef typename TreeNodeStreamType::IntStreamType IntStreamType;50 typedef typename ImplTraits::template ExceptionBase<TreeNodeStreamType> ExceptionBaseType;61 TreeNodeStreamType* m_ctnstream;64 TreeParser( ANTLR_UINT32 sizeHint, TreeNodeStreamType* ctnstream,66 TreeNodeStreamType* get_ctnstream() const;76 void setTreeNodeStream(TreeNodeStreamType* input);80 TreeNodeStreamType* getTreeNodeStream();
4 TreeParser<ImplTraits>::TreeParser( ANTLR_UINT32 sizeHint, TreeNodeStreamType* ctnstream,21 typename TreeParser<ImplTraits>::TreeNodeStreamType* TreeParser<ImplTraits>::get_ctnstream() const127 void TreeParser<ImplTraits>::setTreeNodeStream(TreeNodeStreamType* input)135 typename TreeParser<ImplTraits>::TreeNodeStreamType* TreeParser<ImplTraits>::getTreeNodeStream()143 …new ANTLR_Exception<ImplTraits, MISMATCHED_TREE_NODE_EXCEPTION, TreeNodeStreamType>( this->get_rec…158 TreeNodeStreamType* tns;167 tns = static_cast<TreeNodeStreamType*>(istream);
39 typedef Empty TreeNodeStreamType; typedef in CustomTraitsBase197 typedef typename TraitsSelector< typename UserTraits<TraitsType>::TreeNodeStreamType, 198 CommonTreeNodeStream<TraitsType> >::selected TreeNodeStreamType; typedef in Traits
292 class ComponentTypeFinder< ImplTraits, typename ImplTraits::TreeNodeStreamType>
783 typedef typename ImplTraits::TreeNodeStreamType TreeNodeStreamType; typedef784 TreeNodeStreamType* ctns = static_cast<TreeNodeStreamType*>(istream);