Home
last modified time | relevance | path

Searched refs:GetSubcommandsHintText (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h73 std::string GetSubcommandsHintText();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp203 GetCommandName() + "\"." + GetSubcommandsHintText() + in Execute()
211 std::string CommandObjectMultiword::GetSubcommandsHintText() { in GetSubcommandsHintText() function in CommandObjectMultiword