Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp131 std::string m_python_function; member in CommandObjectTypeSummaryAdd::CommandOptions
1194 m_python_function = std::string(option_arg); in SetOptionValue()
1224 m_python_function = ""; in OptionParsingStarting()
1244 if (!m_options.m_python_function in Execute_ScriptSummary()
1247 const char *funct_name = m_options.m_python_function.c_str(); in Execute_ScriptSummary()
1254 (" " + m_options.m_python_function + "(valobj,internal_dict)"); in Execute_ScriptSummary()