Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.endswith(" ") && in CompletionRequest()