Home
last modified time | relevance | path

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

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