Searched refs:RewriteStreamType (Results 1 – 2 of 2) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3traits.hpp | 75 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 297 …RewriteStreamType(TreeAdaptorType* adaptor = NULL, Recognizer_Type* rec=NULL, ANTLR_UINT8* descrip… in RewriteStreamType() function in Traits::RewriteStreamType 301 …RewriteStreamType(TreeAdaptorType* adaptor, Recognizer_Type* rec, ANTLR_UINT8* description, TokenT… in RewriteStreamType() function in Traits::RewriteStreamType 305 …RewriteStreamType(TreeAdaptorType* adaptor, Recognizer_Type* rec, ANTLR_UINT8* description, const … in RewriteStreamType() function in Traits::RewriteStreamType
|
D | antlr3recognizersharedstate.hpp | 63 typedef typename ImplTraits::template RewriteStreamType< ComponentType > RewriteStreamType; typedef in RecognizerSharedState 73 typedef typename AllocPolicyType::template VectorType<RewriteStreamType> RewriteStreamsType;
|