Home
last modified time | relevance | path

Searched defs:RecognizerType (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3rewritestreams.hpp64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT… typedef in RewriteRuleElementStream
181 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; typedef in RewriteRuleTokenStream
207 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; typedef in RewriteRuleSubtreeStream
235 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; typedef in RewriteRuleNodeStream
Dantlr3treeparser.hpp51 typedef typename ImplTraits::template RecognizerType< TreeParser<ImplTraits> > RecognizerType; typedef in TreeParser
Dantlr3lexer.hpp82 typedef typename ImplTraits::template RecognizerType< InputStreamType > RecognizerType; typedef in Lexer
Dantlr3cyclicdfa.hpp54 typedef typename ImplTraits::template RecognizerType<StreamType> RecognizerType; typedef in CyclicDFA
Dantlr3traits.hpp51 class RecognizerType : public Empty class in CustomTraitsBase
213 class RecognizerType class in Traits
229 RecognizerType(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state) in RecognizerType() function in Traits::RecognizerType
Dantlr3parser.hpp52 …typedef typename ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType > Recog… typedef in Parser
Dantlr3cyclicdfa.inl56 RecognizerType* , argument