Home
last modified time | relevance | path

Searched refs:ExceptionBaseType (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3exception.hpp64 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;
Dantlr3lexer.hpp84 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,
Dantlr3treeparser.hpp50 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 );
Dantlr3recognizersharedstate.hpp66 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 );
Dantlr3parser.hpp59 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;
Dantlr3traits.hpp61 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
Dantlr3baserecognizer.hpp54 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType; typedef in BaseRecognizer
476 UnitType* getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3cyclicdfa.hpp53 typedef typename CtxType::ExceptionBaseType ExceptionBaseType; typedef in CyclicDFA
Dantlr3debugeventlistener.hpp251 template<typename ExceptionBaseType>
252 void recognitionException( ExceptionBaseType* ) {} in recognitionException() argument
Dantlr3treeparser.inl45 void TreeParser<ImplTraits>::fillExceptionData( ExceptionBaseType* ex )
79 void TreeParser<ImplTraits>::displayRecognitionError( ANTLR_UINT8** tokenNames, ExceptionBaseType* …
155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
Dantlr3parser.inl53 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…
Dantlr3lexer.inl42 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
Dantlr3recognizersharedstate.inl40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType*
139 ANTLR_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_exception( ExceptionBaseType* …
Dantlr3exception.inl42 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::ExceptionBaseType* ANTLR_Excepti…
117 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_nextException( ExceptionBaseType
Dantlr3baserecognizer.inl256 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/
DCpp.stg1850ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, FAILED_PREDICATE_EXCEPTION, Stream…
1878 ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType…
2125ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamTyp…