Home
last modified time | relevance | path

Searched refs:GetAsGeneric (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1495 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1705 StructuredData::Generic *generic = plugin_module_sp->GetAsGeneric(); in GetDynamicSettings()
1862 generic = callee_wrapper_sp->GetAsGeneric(); in GetScriptedSummary()
2021 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren()
2044 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex()
2078 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName()
2103 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance()
2127 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance()
2151 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticValue()
2187 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetSyntheticTypeName()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h168 StructuredData::Generic *generic_data = m_data_sp->GetAsGeneric(); in GetGenericValue()
/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp375 ScriptedThread::Create(*this, object_sp->GetAsGeneric()); in DoUpdateThreadList()
538 return object_instance_sp->GetAsGeneric()->GetValue(); in GetImplementation()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h166 Generic *GetAsGeneric() { in GetAsGeneric() function