Home
last modified time | relevance | path

Searched refs:rewindLast (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3intstream.hpp175 void rewindLast();
371 void rewindLast();
394 void rewindLast();
Dantlr3debugeventlistener.hpp179 virtual void rewindLast();
Dantlr3lexer.hpp132 void rewindLast();
Dantlr3parser.hpp137 void rewindLast();
Dantlr3lexer.inl176 this->get_istream()->rewindLast();
531 ANTLR_INLINE void Lexer<ImplTraits>::rewindLast() function in Lexer
533 this->get_istream()->rewindLast();
Dantlr3parser.inl405 ANTLR_INLINE void Parser<ImplTraits>::rewindLast() function in Parser
407 this->get_istream()->rewindLast();
Dantlr3intstream.inl179 void IntStream<ImplTraits, SuperType>::rewindLast() function in IntStream
1531 void TokenIntStream<ImplTraits>::rewindLast() function in TokenIntStream
1635 void TreeNodeIntStream<ImplTraits>::rewindLast() function in TreeNodeIntStream
/external/antlr/runtime/C/src/
Dantlr3tokenstream.c77 static void rewindLast (pANTLR3_INT_STREAM is);
228 stream->tstream->istream->rewindLast = dbgRewindLast; in antlr3CommonTokenDebugStreamSourceNew()
317 stream->tstream->istream->rewindLast= rewindLast; in antlr3CommonTokenStreamNew()
344 ts->istream->rewindLast = dbgRewindLast; in setDebugListener()
900 ts->debugger->rewindLast(ts->debugger); in dbgRewindLast()
905 rewindLast (pANTLR3_INT_STREAM is) in rewindLast() function
Dantlr3commontreenodestream.c72 static void rewindLast (pANTLR3_INT_STREAM is);
212 stream->tnstream->istream->rewindLast = rewindLast; in antlr3CommonTreeNodeStreamNewStream()
354 stream->tnstream->istream->rewindLast = rewindLast; in antlr3CommonTreeNodeStreamNew()
694 rewindLast (pANTLR3_INT_STREAM is) in rewindLast() function
Dantlr3debughandlers.c68 static void rewindLast (pANTLR3_DEBUG_EVENT_LISTENER delboy);
133 delboy->rewindLast = rewindLast; in antlr3DebugListenerNew()
721 rewindLast (pANTLR3_DEBUG_EVENT_LISTENER delboy) in rewindLast() function
Dantlr3lexer.c631 lexer->input->istream->rewindLast(lexer->input->istream); in popCharStream()
Dantlr3inputstream.c154 input->istream->rewindLast = antlr38BitRewindLast; // How to rewind the input in antlr3GenericSetupStream()
/external/antlr/runtime/C/include/
Dantlr3intstream.h152 void (*rewindLast) (struct ANTLR3_INT_STREAM_struct * intStream); member
Dantlr3debugeventlistener.h174 void (*rewindLast) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg268 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
397 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
470 #define REWINDLAST() ISTREAM->rewindLast(ISTREAM)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg2165 ctx->rewindLast();<\n>