Home
last modified time | relevance | path

Searched defs:LexerType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3baserecognizer.inl211 void BaseRecognizer<ImplTraits, StreamType>::reportError( ClassForwarder<LexerType> )
765 …r<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<LexerType>)
873 void BaseRecognizer<ImplTraits, StreamType>::reset( ClassForwarder<LexerType> )
H A Dantlr3baserecognizer.hpp60 typedef typename ImplTraits::LexerType LexerType; typedef in BaseRecognizer
H A Dantlr3tokenstream.hpp56 typedef typename ImplTraits::LexerType LexerType; typedef in TokenSource
H A Dantlr3traits.hpp264 typedef LxrType LexerType; typedef in Traits