Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeSynthetic.cpp201 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
205 return m_interpreter->GetSyntheticTypeName(m_wrapper_sp); in GetSyntheticTypeName()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h76 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function
438 ConstString GetSyntheticTypeName() override;
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectSyntheticFilter.cpp78 if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName()) in GetDisplayTypeName()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptInterpreter.h470 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h174 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
DScriptInterpreterPython.cpp2347 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName() function in ScriptInterpreterPythonImpl