Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h389 std::string m_python_code; variable
394 : SyntheticChildren(flags), m_python_class(), m_python_code() { in SyntheticChildren()
398 m_python_code = pcode; in SyntheticChildren()
403 const char *GetPythonCode() { return m_python_code.c_str(); } in GetPythonCode()
407 m_python_code.clear(); in SetPythonClassName()
410 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()