Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h357 llvm::Optional<std::string> GetAutoSuggestionForCommand(llvm::StringRef line);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp204 .GetAutoSuggestionForCommand(line); in IOHandlerSuggestion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1884 CommandInterpreter::GetAutoSuggestionForCommand(llvm::StringRef line) { in GetAutoSuggestionForCommand() function in CommandInterpreter