/external/antlr/runtime/Cpp/include/ |
D | antlr3rewritestreams.hpp | 64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT… typedef in RewriteRuleElementStream 90 RecognizerType* m_rec; 105 RewriteRuleElementStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description); 106 …RewriteRuleElementStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description, … 107 …RewriteRuleElementStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description, … 164 void init(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description); 181 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType; typedef in RewriteRuleTokenStream 185 RewriteRuleTokenStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description); 186 …RewriteRuleTokenStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description, To… 187 …RewriteRuleTokenStream(TreeAdaptorType* adaptor, RecognizerType* rec, ANTLR_UINT8* description, co… [all …]
|
D | antlr3lexer.hpp | 70 class Lexer : public ImplTraits::template RecognizerType< typename ImplTraits::InputStreamType >, 82 typedef typename ImplTraits::template RecognizerType< InputStreamType > RecognizerType; typedef in Lexer 83 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; 89 typedef typename RecognizerType::DebugEventListenerType DebuggerType; 105 RecognizerType* get_rec(); 106 const RecognizerType* get_rec() const; 110 const RecognizerType* get_recognizer() const;
|
D | antlr3cyclicdfa.hpp | 54 typedef typename ImplTraits::template RecognizerType<StreamType> RecognizerType; 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); 97 void noViableAlt(RecognizerType* rec, ANTLR_UINT32 s);
|
D | antlr3treeparser.hpp | 42 class TreeParser : public ImplTraits::template RecognizerType< TreeParser<ImplTraits> > 51 typedef typename ImplTraits::template RecognizerType< TreeParser<ImplTraits> > RecognizerType; typedef in TreeParser 52 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; 68 RecognizerType* get_rec();
|
D | antlr3parser.hpp | 44 class Parser : public ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType > 52 …typedef typename ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType > Recog… typedef in Parser 53 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; 80 RecognizerType* get_rec(); 116 const RecognizerType* get_recognizer() const;
|
D | antlr3rewritestreams.inl | 5 RecognizerType* rec, ANTLR_UINT8* description) 12 RecognizerType* rec, ANTLR_UINT8* description, TokenType* oneElement) 21 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) 29 RecognizerType* rec, ANTLR_UINT8* description) 40 RecognizerType* rec, ANTLR_UINT8* description) 46 RewriteRuleTokenStream<ImplTraits>::RewriteRuleTokenStream(TreeAdaptorType* adaptor, RecognizerType… 54 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) 61 RecognizerType* rec, ANTLR_UINT8* description) 67 …SubtreeStream<ImplTraits>::RewriteRuleSubtreeStream(TreeAdaptorType* adaptor, RecognizerType* rec, 75 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) [all …]
|
D | antlr3traits.hpp | 51 class RecognizerType : public Empty class in CustomTraitsBase 213 class RecognizerType class in Traits 215 typename UserTraits<TraitsType>::template RecognizerType<StreamType>, 217 typename UserTraits<TraitsType>::template RecognizerType<StreamType>::BaseType 222 typename UserTraits<TraitsType>::template RecognizerType<StreamType>, 224 typename UserTraits<TraitsType>::template RecognizerType<StreamType>::BaseType 229 RecognizerType(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state) in RecognizerType() function in Traits::RecognizerType 292 typedef typename BaseType::RecognizerType Recognizer_Type;
|
D | antlr3cyclicdfa.inl | 56 RecognizerType* , argument 64 RecognizerType* recognizer, 73 RecognizerType* recognizer, 185 void CyclicDFA<ImplTraits, CtxType>::noViableAlt(RecognizerType* rec, ANTLR_UINT32 s)
|
D | antlr3parser.inl | 5 :RecognizerType( sizeHint, state ) 13 :RecognizerType( sizeHint, state ) 22 :RecognizerType( sizeHint, state ) 179 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_rec() 275 ANTLR_INLINE const typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_recognizer(…
|
D | antlr3lexer.inl | 5 :Lexer<ImplTraits>::RecognizerType(sizeHint, state) 12 :Lexer<ImplTraits>::RecognizerType(sizeHint, state) 30 typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_rec() 398 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_rec() const 404 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_recognizer() …
|
D | antlr3treeparser.inl | 6 :RecognizerType( sizeHint, state ) 39 typename TreeParser<ImplTraits>::RecognizerType* TreeParser<ImplTraits>::get_rec()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 2105 …ANTLR_INT32 specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, …
|