Home
last modified time | relevance | path

Searched defs: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
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