Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
344 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy347 return proxy_command->GetHelpLong(); in GetHelpLong()348 return CommandObject::GetHelpLong(); in GetHelpLong()
1062 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1064 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1068 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1075 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1179 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectRaw1181 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1185 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1192 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()2102 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectParsed2104 return CommandObjectParsed::GetHelpLong(); in GetHelpLong()[all …]
2605 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
243 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias247 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
56 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject348 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()677 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
53 llvm::StringRef GetHelpLong() override;
95 llvm::StringRef GetHelpLong() override;
130 virtual llvm::StringRef GetHelpLong();
376 const char *GetHelpLong();
675 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand678 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()