Searched refs:RecognizerSharedStateType (Results 1 – 11 of 11) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3parser.hpp | 53 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Parser 62 typedef typename RecognizerSharedStateType::FollowingType FollowingType; 63 typedef typename RecognizerSharedStateType::RuleMemoType RuleMemoType; 73 Parser( ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state ); 74 Parser( ANTLR_UINT32 sizeHint, TokenStreamType* tstream, RecognizerSharedStateType* state ); 76 RecognizerSharedStateType* state ); 117 RecognizerSharedStateType* get_psrstate() const; 118 void set_psrstate(RecognizerSharedStateType* state);
|
D | antlr3lexer.hpp | 83 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Lexer 88 typedef typename RecognizerSharedStateType::RuleMemoType RuleMemoType; 100 Lexer(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state); 101 Lexer(ANTLR_UINT32 sizeHint, InputStreamType* input, RecognizerSharedStateType* state); 111 RecognizerSharedStateType* get_lexstate() const; 112 void set_lexstate( RecognizerSharedStateType* lexstate );
|
D | antlr3baserecognizer.hpp | 58 …typedef typename ImplTraits::template RecognizerSharedStateType<StreamType> RecognizerSharedState… typedef in BaseRecognizer 72 RecognizerSharedStateType* m_state; 84 BaseRecognizer(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state); 87 RecognizerSharedStateType* get_state() const; 89 void set_state( RecognizerSharedStateType* state );
|
D | antlr3traits.hpp | 44 class RecognizerSharedStateType : public Empty class in CustomTraitsBase 204 class RecognizerSharedStateType class in Traits 206 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>, 208 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>::BaseType 226 typedef typename BaseType::RecognizerSharedStateType RecognizerSharedStateType; typedef in Traits::RecognizerType 229 RecognizerType(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state) in RecognizerType()
|
D | antlr3treeparser.hpp | 52 typedef typename RecognizerType::RecognizerSharedStateType RecognizerSharedStateType; typedef in TreeParser 65 RecognizerSharedStateType* state);
|
D | antlr3lexer.inl | 4 Lexer<ImplTraits>::Lexer(ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state) 11 Lexer<ImplTraits>::Lexer(ANTLR_UINT32 sizeHint, InputStreamType* input, RecognizerSharedStateType* … 129 RecognizerSharedStateType* state = this->get_rec()->get_state(); 161 …typename RecognizerSharedStateType::StreamsType& streams = this->get_rec()->get_state()->get_strea… 195 RecognizerSharedStateType* state = this->get_rec()->get_state(); 224 RecognizerSharedStateType* state = this->get_rec()->get_state(); 235 RecognizerSharedStateType* state = this->get_rec()->get_state(); 372 RecognizerSharedStateType* state = this->get_rec()->get_state(); 410 ANTLR_INLINE typename Lexer<ImplTraits>::RecognizerSharedStateType* Lexer<ImplTraits>::get_lexstate… 416 ANTLR_INLINE void Lexer<ImplTraits>::set_lexstate( RecognizerSharedStateType* lexstate )
|
D | antlr3parser.inl | 4 Parser<ImplTraits>::Parser( ANTLR_UINT32 sizeHint, RecognizerSharedStateType* state ) 12 RecognizerSharedStateType* state ) 21 RecognizerSharedStateType* state ) 134 RecognizerSharedStateType* state = this->get_rec()->get_state(); 281 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerSharedStateType* Parser<ImplTraits>::get_psrsta… 287 ANTLR_INLINE void Parser<ImplTraits>::set_psrstate(RecognizerSharedStateType* state)
|
D | antlr3baserecognizer.inl | 5 RecognizerSharedStateType* state) 14 m_state = new RecognizerSharedStateType(); 34 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::RecognizerSharedStateType* BaseRecogn… 44 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_state( RecognizerSharedStateType* sta… 854 typedef typename RecognizerSharedStateType::RuleMemoType RuleMemoType;
|
D | antlr3treeparser.inl | 5 RecognizerSharedStateType* state)
|
D | antlr3tokenstream.inl | 49 typedef typename LexerType::RecognizerSharedStateType RecognizerSharedStateType; typedef 53 RecognizerSharedStateType* state; 148 typename LexerType::RecognizerSharedStateType* state;
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 373 typedef ImplTraits::RecognizerSharedStateType\<StreamType> RecognizerSharedStateType; 404 …<name>(InputType* instream, RecognizerSharedStateType* state<recognizer.grammar.delegators:{g|, <g… 643 <name>::<name>(StreamType* instream, RecognizerSharedStateType* state<grammar.delegators:{g|, <g.re… 734 typename LexerType::RecognizerSharedStateType* state; 862 <name>::<name>( StreamType* instream, RecognizerSharedStateType* state<grammar.delegators:{g|, <g.r… 875 typedef RecognizerSharedStateType::RuleMemoType RuleMemoType;
|