Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
239 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias243 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject318 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()612 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
334 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy337 return proxy_command->GetHelpLong(); in GetHelpLong()338 return CommandObject::GetHelpLong(); in GetHelpLong()
1100 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1102 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1106 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1113 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1185 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject1187 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1191 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1198 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
2703 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
53 llvm::StringRef GetHelpLong() override;
92 llvm::StringRef GetHelpLong() override;
127 virtual llvm::StringRef GetHelpLong();
305 const char *GetHelpLong();
611 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand614 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()