Home
last modified time | relevance | path

Searched refs:class_use (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
22 m_key_usage_text.append(class_use); in OptionGroupPythonClassWithDict()
27 m_value_usage_text.append(class_use); in OptionGroupPythonClassWithDict()
33 m_class_usage_text.append(class_use); in OptionGroupPythonClassWithDict()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h35 OptionGroupPythonClassWithDict(const char *class_use, bool is_class = true,