Searched defs:GetSyntheticTypeName (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/DataFormatters/ | ||
H A D | TypeSynthetic.cpp | 236 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd |
/llvm-project/lldb/include/lldb/DataFormatters/ | ||
H A D | TypeSynthetic.h | 81 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function |
/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | ScriptInterpreter.h | 413 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { GetSyntheticTypeName() function |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | ScriptInterpreterPython.cpp | 2179 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( GetSyntheticTypeName() function in ScriptInterpreterPythonImpl |