Home
last modified time | relevance | path

Searched refs:class_option (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp17 const char *class_use, bool is_class, int class_option, int key_option, in OptionGroupPythonClassWithDict() argument
39 m_option_definition[0].short_option = class_option; in OptionGroupPythonClassWithDict()
72 m_option_definition[3].short_option = class_option; in OptionGroupPythonClassWithDict()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h36 int class_option = 'C', int key_option = 'k',