Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
244 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias 248 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject355 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()684 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
1052 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1054 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1058 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1065 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1169 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectRaw1171 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1175 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1182 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1865 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectParsed1867 return CommandObjectParsed::GetHelpLong(); in GetHelpLong()[all …]
329 llvm::StringRef CommandObjectProxy::GetHelpLong() {332 return proxy_command->GetHelpLong(); in GetHelpLong() 333 return CommandObject::GetHelpLong(); in GetHelpLong() 330 llvm::StringRef CommandObjectProxy::GetHelpLong() { GetHelpLong() function in CommandObjectProxy
2584 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
53 llvm::StringRef GetHelpLong() override;
93 llvm::StringRef GetHelpLong() override;
129 virtual llvm::StringRef GetHelpLong();
374 const char *GetHelpLong();
662 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand665 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()