Searched refs:inQuotes (Results 1 – 1 of 1) sorted by relevance
4130 bool inQuotes; member in Clara::Parser4140 Parser() : mode( None ), from( 0 ), inQuotes( false ){} in Parser()4152 inQuotes = !inQuotes; in parseIntoTokens()4169 if( inQuotes ) { in handleNone()4202 if( inQuotes || std::string( "\0", 1 ).find( c ) == std::string::npos ) in handlePositional()