Home
last modified time | relevance | path

Searched refs:GetAutoSuggestionForCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp206 .GetAutoSuggestionForCommand(line); in IOHandlerSuggestion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h426 std::optional<std::string> GetAutoSuggestionForCommand(llvm::StringRef line);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2131 CommandInterpreter::GetAutoSuggestionForCommand(llvm::StringRef line) { in GetAutoSuggestionForCommand() function in CommandInterpreter