Searched refs:OptionValuePropertiesSP (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp33 OptionValuePropertiesSP properties_sp (GetValueProperties ());
45 OptionValuePropertiesSP properties_sp (GetValueProperties ());
56 OptionValuePropertiesSP properties_sp (GetValueProperties ());
67 OptionValuePropertiesSP properties_sp (GetValueProperties ());
77 OptionValuePropertiesSP properties_sp (GetValueProperties ());
93 OptionValuePropertiesSP properties_sp (GetValueProperties ());
102 lldb::OptionValuePropertiesSP
106 OptionValuePropertiesSP properties_sp (GetValueProperties ());
109 return lldb::OptionValuePropertiesSP();
H A DPluginManager.cpp1978 static lldb::OptionValuePropertiesSP
1984 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties());
1989 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);
2013 return lldb::OptionValuePropertiesSP();
2019 static lldb::OptionValuePropertiesSP
2026 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties());
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);
2053 return lldb::OptionValuePropertiesSP();
[all...]
H A DDebugger.cpp617 Properties(OptionValuePropertiesSP(new OptionValueProperties())),
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) :
50 virtual lldb::OptionValuePropertiesSP
89 lldb::OptionValuePropertiesSP
93 lldb::OptionValuePropertiesSP m_collection_sp;
H A DPluginManager.h335 static lldb::OptionValuePropertiesSP
341 const lldb::OptionValuePropertiesSP &properties_sp,
345 static lldb::OptionValuePropertiesSP
351 const lldb::OptionValuePropertiesSP &properties_sp,
355 static lldb::OptionValuePropertiesSP
361 const lldb::OptionValuePropertiesSP &properties_sp,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h242 lldb::OptionValuePropertiesSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp101 //// lldb::OptionValuePropertiesSP parent_sp(GetParent ());
748 lldb::OptionValuePropertiesSP
759 return lldb::OptionValuePropertiesSP();
H A DCommandInterpreter.cpp103 Properties(OptionValuePropertiesSP(new OptionValueProperties(ConstString("interpreter")))),
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h328 typedef std::shared_ptr<lldb_private::OptionValueProperties> OptionValuePropertiesSP; typedef in namespace:lldb
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp440 lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties());

Completed in 214 milliseconds