Searched refs:GetSubProperty (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, function in class:Properties
108 return properties_sp->GetSubProperty (exe_ctx, name);
H A DPluginManager.cpp1989 OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_property_name);
2001 lldb::OptionValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, plugin_type_name);
2029 OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, plugin_type_name);
2041 lldb::OptionValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, g_property_name);
2066 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name);
2104 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name);
2142 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h90 GetSubProperty (const ExecutionContext *exe_ctx,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h243 GetSubProperty (const ExecutionContext *exe_ctx,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp749 OptionValueProperties::GetSubProperty (const ExecutionContext *exe_ctx, function in class:OptionValueProperties

Completed in 273 milliseconds