Home
last modified time | relevance | path

Searched defs:IntStreamType (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3traits.hpp27 class IntStreamType : public Empty class in CustomTraitsBase
161 class IntStreamType class in TraitsBase
H A Dantlr3treeparser.hpp47 typedef typename TreeNodeStreamType::IntStreamType IntStreamType; typedef in TreeParser
H A Dantlr3lexer.hpp77 typedef typename InputStreamType::IntStreamType IntStreamType; typedef in Lexer
H A Dantlr3cyclicdfa.hpp55 typedef typename StreamType::IntStreamType IntStreamType; typedef in CyclicDFA
H A Dantlr3baserecognizer.hpp51 typedef typename StreamType::IntStreamType IntStreamType; typedef in BaseRecognizer
H A Dantlr3parser.hpp49 typedef typename TokenStreamType::IntStreamType IntStreamType; typedef in Parser
H A Dantlr3cyclicdfa.inl57 IntStreamType* , ANTLR_INT32 ) argument
H A Dantlr3exception.hpp58 typedef typename StreamType::IntStreamType IntStreamType; typedef in ANTLR_ExceptionBase
H A Dantlr3input.hpp55 …typedef typename ImplTraits::template IntStreamType< typename ImplTraits::InputStreamType > IntStr… typedef in InputStream
H A Dantlr3tokenstream.hpp144 typedef typename ImplTraits::TokenIntStreamType IntStreamType; typedef in TokenStream
H A Dantlr3commontreenodestream.hpp57 typedef typename ImplTraits::TreeNodeIntStreamType IntStreamType; typedef in CommonTreeNodeStream
H A Dantlr3lexer.inl390 typename Lexer<ImplTraits>::TokenType* Lexer<ImplTraits>::getMissingSymbol( IntStreamType*, argument
H A Dantlr3tokenstream.inl51 typedef typename LexerType::IntStreamType IntStreamType; typedef