Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp21 int value_option) : OptionGroup(), m_is_class(is_class) { in OptionGroupPythonClassWithDict()
33 m_class_usage_text.append(m_is_class ? "class" : "function"); in OptionGroupPythonClassWithDict()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPythonClassWithDict.h57 bool m_is_class; variable