Searched refs:m_expecting (Results 1 – 2 of 2) sorted by relevance
10 m_expecting = 0;49 return m_expecting;124 m_expecting = expecting;255 if ( BaseType::m_expecting == ImplTraits::CommonTokenType::TOKEN_EOF)262 << tokenNames[ BaseType::m_expecting] << " ...\n";275 << BaseType::m_expecting << ")...\n";279 if ( BaseType::m_expecting == ImplTraits::CommonTokenType::TOKEN_EOF )285 str_stream << " : Missing " << tokenNames[BaseType::m_expecting] <<" \n";
97 ANTLR_UINT32 m_expecting; member in ANTLR_ExceptionBase