Home
last modified time | relevance | path

Searched refs:RewriteStreamType (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3traits.hpp75 class RewriteStreamType : public Empty class in CustomTraitsBase
278 class RewriteStreamType : public TraitsOneArgSelector< class in Traits
279 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>,
281 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>::BaseType
286 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>,
288 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>::BaseType
297RewriteStreamType(TreeAdaptorType* adaptor = NULL, Recognizer_Type* rec=NULL, ANTLR_UINT8* descrip… in RewriteStreamType() function in Traits::RewriteStreamType
301RewriteStreamType(TreeAdaptorType* adaptor, Recognizer_Type* rec, ANTLR_UINT8* description, TokenT… in RewriteStreamType() function in Traits::RewriteStreamType
305RewriteStreamType(TreeAdaptorType* adaptor, Recognizer_Type* rec, ANTLR_UINT8* description, const … in RewriteStreamType() function in Traits::RewriteStreamType
Dantlr3recognizersharedstate.hpp63 typedef typename ImplTraits::template RewriteStreamType< ComponentType > RewriteStreamType; typedef in RecognizerSharedState
73 typedef typename AllocPolicyType::template VectorType<RewriteStreamType> RewriteStreamsType;