Home
last modified time | relevance | path

Searched defs:GetSyntheticTypeName (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp236 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h81 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h413 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { GetSyntheticTypeName() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2179 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( GetSyntheticTypeName() function in ScriptInterpreterPythonImpl