Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h383 std::string m_python_code; variable
388 : SyntheticChildren(flags), m_python_class(), m_python_code() { in SyntheticChildren()
392 m_python_code = pcode; in SyntheticChildren()
397 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode()
401 m_python_code.clear(); in SetPythonClassName()
404 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()