Home
last modified time | relevance | path

Searched defs:RecognizerSharedStateType (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.hpp52 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in TreeParser
Dantlr3lexer.hpp83 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Lexer
Dantlr3baserecognizer.hpp58 …typedef typename ImplTraits::template RecognizerSharedStateType<StreamType> RecognizerSharedState… typedef in BaseRecognizer
Dantlr3traits.hpp44 class RecognizerSharedStateType : public Empty class in CustomTraitsBase
204 class RecognizerSharedStateType class in Traits
226 typedef typename BaseType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Traits::RecognizerType
Dantlr3parser.hpp53 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Parser
Dantlr3tokenstream.inl49 typedef typename LexerType::RecognizerSharedStateType RecognizerSharedStateType; typedef