Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
240 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias244 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject302 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()855 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
1258 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1260 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1264 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1271 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1347 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject1349 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1353 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1360 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
275 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy278 return proxy_command->GetHelpLong(); in GetHelpLong()
2842 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
54 llvm::StringRef GetHelpLong() override;
88 llvm::StringRef GetHelpLong() override;
128 virtual llvm::StringRef GetHelpLong();
284 const char *GetHelpLong();
597 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand598 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()