Home
last modified time | relevance | path

Searched refs:LexerType (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp60 typedef typename ImplTraits::LexerType LexerType; typedef in BaseRecognizer
149 void reportError( ClassForwarder<LexerType> );
453 const UnitType* getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<LexerType>);
494 void reset( ClassForwarder<LexerType> );
Dantlr3tokenstream.hpp56 typedef typename ImplTraits::LexerType LexerType; typedef in TokenSource
85 LexerType* get_super();
Dantlr3tokenstream.inl41 typename TokenSource<ImplTraits>::LexerType* TokenSource<ImplTraits>::get_super()
43 return static_cast<LexerType*>(this);
49 typedef typename LexerType::RecognizerSharedStateType RecognizerSharedStateType;
50 typedef typename LexerType::InputStreamType InputStreamType;
51 typedef typename LexerType::IntStreamType IntStreamType;
52 LexerType* lexer;
141 return this->nextToken( BoolForwarder<LexerType::IsFiltered>() );
147 LexerType* lexer;
148 typename LexerType::RecognizerSharedStateType* state;
238 typename ImplTraits::LexerType* lexer;
[all …]
Dantlr3interfaces.hpp281 typedef typename ImplTraits::LexerType ComponentType;
Dantlr3traits.hpp264 typedef LxrType LexerType; typedef in Traits
Dantlr3baserecognizer.inl211 void BaseRecognizer<ImplTraits, StreamType>::reportError( ClassForwarder<LexerType> ) argument
765 …r<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<LexerType>) argument
873 void BaseRecognizer<ImplTraits, StreamType>::reset( ClassForwarder<LexerType> ) argument
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg475 <name>ImplTraits::LexerType
499 <name>ImplTraits::LexerType::StreamType
733 LexerType* lexer;
734 typename LexerType::RecognizerSharedStateType* state;