Lines Matching defs:m_class_options
123 m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
125 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2,
181 if (!m_class_options.GetName().empty()) {
184 m_class_options.GetName(), m_class_options.GetStructuredData());
278 OptionGroupPythonClassWithDict m_class_options;
292 m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
294 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2,
336 if (!m_class_options.GetName().empty()) {
339 m_class_options.GetName(), m_class_options.GetStructuredData());
416 OptionGroupPythonClassWithDict m_class_options;