Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h400 std::string m_python_code; variable
409 m_python_code = pcode; in SyntheticChildren()
414 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode()
418 m_python_code.clear(); in SetPythonClassName()
421 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()