Searched refs:GetCompletion (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp74 matches.AppendString(completion.GetCompletion());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h47 const std::string &GetCompletion() const { return m_completion; } function in class:lldb_private::CompletionResult::Completion
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp920 fprintf(output_file, "\t%-*s", (int)max_len, c.GetCompletion().c_str());
938 return c1.GetCompletion().size() < c2.GetCompletion().size();
941 const size_t max_len = longest->GetCompletion().size();
997 std::string to_add = completion.GetCompletion();
1006 std::string to_add = completion.GetCompletion();
1013 el_insertstr(m_editline, completion.GetCompletion().c_str());

Completed in 65 milliseconds