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.cpp222 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
226 return m_interpreter->GetSyntheticTypeName(m_wrapper_sp); in GetSyntheticTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h76 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function
438 ConstString GetSyntheticTypeName() override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp79 if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName()) in GetDisplayTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h455 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h170 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
H A DScriptInterpreterPython.cpp2285 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName() function in ScriptInterpreterPythonImpl