Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp222 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h76 virtual ConstString GetSyntheticTypeName() { return ConstString(); } GetSyntheticTypeName() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h455 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { GetSyntheticTypeName() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2285 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( GetSyntheticTypeName() function in ScriptInterpreterPythonImpl