Lines Matching defs:m_class_options
124 m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
126 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2,
182 if (!m_class_options.GetName().empty()) {
185 m_class_options.GetName(), m_class_options.GetStructuredData());
286 OptionGroupPythonClassWithDict m_class_options;
300 m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
302 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2,
344 if (!m_class_options.GetName().empty()) {
347 m_class_options.GetName(), m_class_options.GetStructuredData());
422 OptionGroupPythonClassWithDict m_class_options;