Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.inl12 m_errorCount = 0;
71 return m_errorCount;
181 m_errorCount = errorCount;
252 ++m_errorCount;
Dantlr3recognizersharedstate.hpp133 ANTLR_UINT32 m_errorCount; member in RecognizerSharedState