/external/antlr/runtime/Cpp/include/ |
D | antlr3baserecognizer.hpp | 51 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,
|
D | antlr3treeparser.hpp | 47 typedef typename TreeNodeStreamType::IntStreamType IntStreamType; typedef in TreeParser 67 IntStreamType* get_istream() const; 72 IntStreamType* get_parser_istream() const; 82 TokenType* getMissingSymbol( IntStreamType* istream,
|
D | antlr3cyclicdfa.hpp | 55 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);
|
D | antlr3exception.hpp | 58 typedef typename StreamType::IntStreamType IntStreamType; typedef in ANTLR_ExceptionBase 138 IntStreamType* m_input; 155 IntStreamType* get_input() const; 170 void set_input( IntStreamType* input );
|
D | antlr3input.hpp | 50 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();
|
D | antlr3parser.hpp | 49 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,
|
D | antlr3lexer.hpp | 77 typedef typename InputStreamType::IntStreamType IntStreamType; typedef in Lexer 104 IntStreamType* get_istream() const; 236 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
|
D | antlr3baserecognizer.inl | 59 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 …]
|
D | antlr3treeparser.inl | 27 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,
|
D | antlr3traits.hpp | 27 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
|
D | antlr3cyclicdfa.inl | 57 IntStreamType* , ANTLR_INT32 ) argument 65 IntStreamType* is, ANTLR_INT32 s) 74 IntStreamType* is, SuperType& super)
|
D | antlr3tokenstream.hpp | 144 typedef typename ImplTraits::TokenIntStreamType IntStreamType; typedef in TokenStream 167 IntStreamType* get_istream();
|
D | antlr3parser.inl | 35 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();
|
D | antlr3commontreenodestream.hpp | 57 typedef typename ImplTraits::TreeNodeIntStreamType IntStreamType; typedef in CommonTreeNodeStream
|
D | antlr3tokenstream.inl | 51 typedef typename LexerType::IntStreamType IntStreamType; typedef 55 IntStreamType* istream; 276 typename TokenStream<ImplTraits>::IntStreamType* TokenStream<ImplTraits>::get_istream()
|
D | antlr3exception.inl | 92 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::IntStreamType* ANTLR_ExceptionBa… 167 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_input( IntStreamType* input )
|
D | antlr3lexer.inl | 24 typename Lexer<ImplTraits>::IntStreamType* Lexer<ImplTraits>::get_istream() const 390 typename Lexer<ImplTraits>::TokenType* Lexer<ImplTraits>::getMissingSymbol( IntStreamType*, argument
|
D | antlr3input.inl | 435 ANTLR_INLINE typename InputStream<ImplTraits>::IntStreamType* InputStream<ImplTraits>::get_istream()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 2105 …ANTLR_INT32 specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, …
|