HomeSort by relevance Sort by last modified time
    Searched refs:Apropos (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Core/
UserSettingsController.h 86 Apropos (const char *keyword,
  /external/lldb/source/Core/
UserSettingsController.cpp 91 Properties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const
96 properties_sp->Apropos (keyword, matching_properties);
  /external/lldb/source/Commands/
CommandObjectApropos.cpp 33 "apropos",
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
149 result.AppendError ("'apropos' must be called with exactly one argument.\n");
  /external/lldb/include/lldb/Interpreter/
OptionValueProperties.h 87 Apropos (const char *keyword,
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const
724 properties->Apropos (keyword, matching_properties);

Completed in 130 milliseconds