Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp238 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
242 return m_interpreter->GetSyntheticTypeName(m_wrapper_sp); in GetSyntheticTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h81 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function
455 ConstString GetSyntheticTypeName() override;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp83 if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName()) in GetDisplayTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h393 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h145 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
H A DScriptInterpreterPython.cpp2149 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName() function in ScriptInterpreterPythonImpl