Home
last modified time | relevance | path

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

/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A 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
H A Dantlr3treeparser.hpp52 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in TreeParser
H A Dantlr3lexer.hpp83 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Lexer
H A Dantlr3baserecognizer.hpp58 …typedef typename ImplTraits::template RecognizerSharedStateType<StreamType> RecognizerSharedState… typedef in BaseRecognizer
H A Dantlr3parser.hpp53 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Parser
H A Dantlr3tokenstream.inl49 typedef typename LexerType::RecognizerSharedStateType RecognizerSharedStateType; typedef