Searched refs:m_func_regexp (Results 1 – 1 of 1) sorted by relevance
247 m_func_name_type_mask(eFunctionNameTypeNone), m_func_regexp(), in CommandOptions()423 m_func_regexp.assign(std::string(option_arg)); in SetOptionValue()476 m_func_regexp.clear(); in OptionParsingStarting()508 std::string m_func_regexp; member in CommandObjectBreakpointSet::CommandOptions551 else if (!m_options.m_func_regexp.empty()) in DoExecute()636 RegularExpression regexp(m_options.m_func_regexp); in DoExecute()643 if (!m_options.m_func_regexp.empty()) { in DoExecute()644 if (m_options.m_func_regexp[0] == '*' || in DoExecute()645 m_options.m_func_regexp[0] == '?') in DoExecute()