Searched refs:m_throwOnUnrecognisedTokens (Results 1 – 1 of 1) sorted by relevance
4362 m_throwOnUnrecognisedTokens( false ) in CommandLine()4369 m_throwOnUnrecognisedTokens( other.m_throwOnUnrecognisedTokens ) in CommandLine()4376 m_throwOnUnrecognisedTokens = shouldThrow; in setThrowOnUnrecognisedTokens()4540 if( token.type == Parser::Token::Positional || !m_throwOnUnrecognisedTokens ) in populateOptions()4542 else if( errors.empty() && m_throwOnUnrecognisedTokens ) in populateOptions()4605 bool m_throwOnUnrecognisedTokens; member in Clara::CommandLine