Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/include/
Dantlr3exception.inl10 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";
Dantlr3exception.hpp97 ANTLR_UINT32 m_expecting; member in ANTLR_ExceptionBase