Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h401 llvm::Optional<std::string> GetAutoSuggestionForCommand(llvm::StringRef line);
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp210 .GetAutoSuggestionForCommand(line); in IOHandlerSuggestion()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2068 CommandInterpreter::GetAutoSuggestionForCommand(llvm::StringRef line) { in GetAutoSuggestionForCommand() function in CommandInterpreter