Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp24 llvm::StringRef partial_command(command_line.substr(0, raw_cursor_pos)); in CompletionRequest() local
25 m_parsed_line = Args(partial_command); in CompletionRequest()
39 if (partial_command.ends_with(" ") && in CompletionRequest()