Searched refs:ANTLR_ExceptionBase (Results 1 – 4 of 4) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3exception.inl | 4 ANTLR_ExceptionBase<ImplTraits, StreamType>::ANTLR_ExceptionBase(const StringType& message) 22 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<… 27 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<… 32 ANTLR_INLINE ANTLR_MARKER ANTLR_ExceptionBase<ImplTraits, StreamType>::get_index() const 37 ANTLR_INLINE const typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_Exception… 42 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::ExceptionBaseType* ANTLR_Excepti… 47 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_expecting() const 52 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::BitsetListType* ANTLR_ExceptionB… 57 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<I… 62 ANTLR_INLINE ANTLR_UCHAR ANTLR_ExceptionBase<ImplTraits, StreamType>::get_c() const [all …]
|
D | antlr3exception.hpp | 54 class ANTLR_ExceptionBase class 178 virtual ~ANTLR_ExceptionBase(); 181 ANTLR_ExceptionBase(const StringType& message);
|
D | antlr3traits.hpp | 243 ANTLR_ExceptionBase<TraitsType, StreamType>, 250 ANTLR_ExceptionBase<TraitsType, StreamType>,
|
D | antlr3parser.hpp | 59 typedef ANTLR_ExceptionBase<ImplTraits, TokenStreamType> ExceptionBaseType;
|