reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  197   lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,

References

tools/lldb/source/Core/PluginManager.cpp
 2363         parent_properties_sp->GetSubProperty(nullptr, g_property_name);
 2374           plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name);
 2398         parent_properties_sp->GetSubProperty(nullptr, plugin_type_name);
 2408           plugin_properties_sp->GetSubProperty(nullptr, g_property_name);
 2440         plugin_type_properties_sp->GetSubProperty(nullptr, setting_name);
 2564         plugin_type_properties_sp->GetSubProperty(nullptr, setting_name);
tools/lldb/source/Core/UserSettingsController.cpp
  100     return properties_sp->GetSubProperty(exe_ctx, name);