Home
last modified time | relevance | path

Searched refs:IntStreamType (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp51 typedef typename StreamType::IntStreamType IntStreamType; typedef in BaseRecognizer
115 bool mismatchIsUnwantedToken(IntStreamType* input, ANTLR_UINT32 ttype);
121 bool mismatchIsMissingToken(IntStreamType* input, BitsetListType* follow);
452 const UnitType* getCurrentInputSymbol(IntStreamType* istream);
453 const UnitType* getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<LexerType>);
454 const UnitType* getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<ParserType>);
455 const UnitType* getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<TreeParserType>);
476 UnitType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3treeparser.hpp47 typedef typename TreeNodeStreamType::IntStreamType IntStreamType; typedef in TreeParser
67 IntStreamType* get_istream() const;
72 IntStreamType* get_parser_istream() const;
82 TokenType* getMissingSymbol( IntStreamType* istream,
Dantlr3cyclicdfa.hpp55 typedef typename StreamType::IntStreamType IntStreamType; typedef in CyclicDFA
90 …ANTLR_INT32 specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, A…
91 …ANTLR_INT32 specialTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, ANTLR_…
94 …ANTLR_INT32 predict(CtxType* ctx, RecognizerType* recognizer, IntStreamType* is, SuperType& super);
Dantlr3exception.hpp58 typedef typename StreamType::IntStreamType IntStreamType; typedef in ANTLR_ExceptionBase
138 IntStreamType* m_input;
155 IntStreamType* get_input() const;
170 void set_input( IntStreamType* input );
Dantlr3input.hpp50 class InputStream : public ImplTraits::template IntStreamType< typename ImplTraits::InputStreamTy…
55 …typedef typename ImplTraits::template IntStreamType< typename ImplTraits::InputStreamType > IntStr… typedef in InputStream
56 typedef IntStreamType BaseType;
175 IntStreamType* get_istream();
Dantlr3parser.hpp49 typedef typename TokenStreamType::IntStreamType IntStreamType; typedef in Parser
79 IntStreamType* get_istream() const;
84 IntStreamType* get_parser_istream() const;
103 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3lexer.hpp77 typedef typename InputStreamType::IntStreamType IntStreamType; typedef in Lexer
104 IntStreamType* get_istream() const;
236 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3baserecognizer.inl59 IntStreamType* is = super->get_istream();
99 IntStreamType* is = super->get_istream();
108 bool BaseRecognizer<ImplTraits, StreamType>::mismatchIsUnwantedToken(IntStreamType* is, ANTLR_UINT3…
123 bool BaseRecognizer<ImplTraits, StreamType>::mismatchIsMissingToken(IntStreamType* is, BitsetListTy…
275 IntStreamType* is = super->get_parser_istream();
421 IntStreamType* is = super->get_parser_istream();
512 IntStreamType* is = super->get_parser_istream();
544 IntStreamType* is = super->get_parser_istream();
611 IntStreamType* is = super->get_parser_istream();
631 IntStreamType* is = super->get_parser_istream();
[all …]
Dantlr3treeparser.inl27 typename TreeParser<ImplTraits>::IntStreamType* TreeParser<ImplTraits>::get_istream() const
33 typename TreeParser<ImplTraits>::IntStreamType* TreeParser<ImplTraits>::get_parser_istream() const
107 IntStreamType* is = this->get_istream();
155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3traits.hpp27 class IntStreamType : public Empty class in CustomTraitsBase
161 class IntStreamType class in TraitsBase
163 typename UserTraits<TraitsType>::template IntStreamType<SuperType>,
165 typename UserTraits<TraitsType>::template IntStreamType<SuperType>::BaseType
Dantlr3cyclicdfa.inl57 IntStreamType* , ANTLR_INT32 ) argument
65 IntStreamType* is, ANTLR_INT32 s)
74 IntStreamType* is, SuperType& super)
Dantlr3tokenstream.hpp144 typedef typename ImplTraits::TokenIntStreamType IntStreamType; typedef in TokenStream
167 IntStreamType* get_istream();
Dantlr3parser.inl35 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_istream() const
41 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_parser_istream() c…
191 typename Parser<ImplTraits>::TokenType* Parser<ImplTraits>::getMissingSymbol( IntStreamType* istrea…
248 IntStreamType* is = this->get_istream();
Dantlr3commontreenodestream.hpp57 typedef typename ImplTraits::TreeNodeIntStreamType IntStreamType; typedef in CommonTreeNodeStream
Dantlr3tokenstream.inl51 typedef typename LexerType::IntStreamType IntStreamType; typedef
55 IntStreamType* istream;
276 typename TokenStream<ImplTraits>::IntStreamType* TokenStream<ImplTraits>::get_istream()
Dantlr3exception.inl92 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::IntStreamType* ANTLR_ExceptionBa…
167 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_input( IntStreamType* input )
Dantlr3lexer.inl24 typename Lexer<ImplTraits>::IntStreamType* Lexer<ImplTraits>::get_istream() const
390 typename Lexer<ImplTraits>::TokenType* Lexer<ImplTraits>::getMissingSymbol( IntStreamType*, argument
Dantlr3input.inl435 ANTLR_INLINE typename InputStream<ImplTraits>::IntStreamType* InputStream<ImplTraits>::get_istream()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg2105 …ANTLR_INT32 specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, …