Home
last modified time | relevance | path

Searched refs:FollowingType (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.hpp70 typedef typename AllocPolicyType::template StackType< BitsetListType > FollowingType; typedef in RecognizerSharedState
88 FollowingType m_following;
210 FollowingType& get_following();
232 void set_following( const FollowingType& following );
Dantlr3parser.hpp62 typedef typename RecognizerSharedStateType::FollowingType FollowingType; typedef in Parser
126 const FollowingType& get_follow_stack() const;
Dantlr3recognizersharedstate.inl25 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::FollowingType& RecognizerShare…
144 ANTLR_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_following( const FollowingType
Dantlr3parser.inl335 ANTLR_INLINE const typename Parser<ImplTraits>::FollowingType& Parser<ImplTraits>::get_follow_stack…