/external/antlr/runtime/Cpp/include/ |
D | antlr3exception.hpp | 64 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; typedef in ANTLR_ExceptionBase 93 ExceptionBaseType* m_nextException; 145 ExceptionBaseType* get_nextException() const; 160 void set_nextException( ExceptionBaseType* nextException ); 186 class ANTLR_Exception : public ImplTraits::template ExceptionBaseType<StreamType> 192 typedef typename ImplTraits::template ExceptionBaseType<StreamType> BaseType;
|
D | antlr3lexer.hpp | 84 typedef typename ImplTraits::template ExceptionBaseType<InputStreamType> ExceptionBaseType; typedef in Lexer 127 ExceptionBaseType* get_exception() const; 230 void fillExceptionData( ExceptionBaseType* ex ); 234 void displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* ex); 236 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
|
D | antlr3treeparser.hpp | 50 typedef typename ImplTraits::template ExceptionBase<TreeNodeStreamType> ExceptionBaseType; typedef in TreeParser 83 ExceptionBaseType* e, 91 void fillExceptionData( ExceptionBaseType* ex ); 92 void displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* ex );
|
D | antlr3recognizersharedstate.hpp | 66 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; typedef in RecognizerSharedState 82 ExceptionBaseType* m_exception; 209 ExceptionBaseType* get_exception() const; 245 void set_exception( ExceptionBaseType* exception );
|
D | antlr3parser.hpp | 59 typedef ANTLR_ExceptionBase<ImplTraits, TokenStreamType> ExceptionBaseType; typedef in Parser 103 TokenType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e, 112 void fillExceptionData( ExceptionBaseType* ex ); 113 void displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* ex ); 123 ExceptionBaseType* get_exception() const;
|
D | antlr3traits.hpp | 61 class ExceptionBaseType : public Empty class in CustomTraitsBase 241 class ExceptionBaseType : public TraitsOneArgSelector< class in Traits 242 typename UserTraits<TraitsType>::template ExceptionBaseType<StreamType>, 244 typename UserTraits<TraitsType>::template ExceptionBaseType<StreamType>::BaseType 249 typename UserTraits<TraitsType>::template ExceptionBaseType<StreamType>, 251 typename UserTraits<TraitsType>::template ExceptionBaseType<StreamType>::BaseType 255 ExceptionBaseType( const typename BaseTraitsType::StringType& message ) in ExceptionBaseType() function in Traits::ExceptionBaseType
|
D | antlr3baserecognizer.hpp | 54 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; typedef in BaseRecognizer 476 UnitType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
|
D | antlr3cyclicdfa.hpp | 53 typedef typename CtxType::ExceptionBaseType ExceptionBaseType; typedef in CyclicDFA
|
D | antlr3debugeventlistener.hpp | 251 template<typename ExceptionBaseType> 252 void recognitionException( ExceptionBaseType* ) {} in recognitionException() argument
|
D | antlr3treeparser.inl | 45 void TreeParser<ImplTraits>::fillExceptionData( ExceptionBaseType* ex ) 79 void TreeParser<ImplTraits>::displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* … 155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
|
D | antlr3parser.inl | 53 void Parser<ImplTraits>::fillExceptionData( ExceptionBaseType* ex ) 71 void Parser<ImplTraits>::displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* ex ) 192 ExceptionBaseType*, argument 317 ANTLR_INLINE typename Parser<ImplTraits>::ExceptionBaseType* Parser<ImplTraits>::get_exception() co…
|
D | antlr3lexer.inl | 42 void Lexer<ImplTraits>::displayRecognitionError( ANTLR_UINT8** , ExceptionBaseType* ex) 110 void Lexer<ImplTraits>::fillExceptionData( ExceptionBaseType* ex ) 391 ExceptionBaseType*, argument 507 ANTLR_INLINE typename Lexer<ImplTraits>::ExceptionBaseType* Lexer<ImplTraits>::get_exception() const
|
D | antlr3recognizersharedstate.inl | 40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType* 139 ANTLR_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_exception( ExceptionBaseType* …
|
D | antlr3exception.inl | 42 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::ExceptionBaseType* ANTLR_Excepti… 117 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_nextException( ExceptionBaseType…
|
D | antlr3baserecognizer.inl | 256 ExceptionBaseType* ex = m_state->get_exception(); 791 ExceptionBaseType* e, 902 ExceptionBaseType* thisE = m_state->get_exception();
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 1850 …ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, FAILED_PREDICATE_EXCEPTION, Stream… 1878 ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType… 2125 …ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamTyp…
|