Searched refs:GetSubProperty (Results 1 – 3 of 3) sorted by relevance
135 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
1960 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins()1971 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()1995 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()2005 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()2038 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForPlugin()2196 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForOperatingSystemPlugin()
482 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties