Home
last modified time | relevance | path

Searched refs:Apropos (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Core/
DUserSettingsController.cpp91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const in Apropos() function in Properties
96 properties_sp->Apropos (keyword, matching_properties); in Apropos()
/external/lldb/include/lldb/Core/
DUserSettingsController.h86 Apropos (const char *keyword,
/external/lldb/source/Commands/
DCommandObjectApropos.cpp129 … const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties); in DoExecute()
/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h87 Apropos (const char *keyword,
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_proper… in Apropos() function in OptionValueProperties
724 properties->Apropos (keyword, matching_properties); in Apropos()