Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h31 ePythonFunction = 1 << 3, enumerator
32 eAllOptions = (eScriptClass | eDictKey | eDictValue | ePythonFunction)
39 ePythonFunction);
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp70 m_option_definition[3].required = m_required_options.Test(ePythonFunction); in OptionGroupPythonClassWithDict()