Home
last modified time | relevance | path

Searched defs:GetSyntheticValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp229 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp137 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h76 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h408 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { GetSyntheticValue() function
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2144 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( GetSyntheticValue() function in ScriptInterpreterPythonImpl