Home
last modified time | relevance | path

Searched refs:m_nextException (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3exception.inl18 m_nextException = NULL;
44 return m_nextException;
119 m_nextException = nextException;
180 …BaseType::m_nextException = recognizer->get_state()->get_exception(); /* So we don't leak the memo…
359 ANTLR_ExceptionBase<ImplTraits,StreamType>* ex = m_nextException;
368 next = ex->m_nextException;
369 ex->m_nextException = NULL;
Dantlr3exception.hpp93 ExceptionBaseType* m_nextException; member in ANTLR_ExceptionBase