Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSynthetic.cpp201 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h76 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h428 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2534 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName() function in ScriptInterpreterPythonImpl