Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp74 matches.AppendString(completion.GetCompletion()); in GetMatches()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp928 fprintf(output_file, "\t%-*s", (int)max_len, c.GetCompletion().c_str()); in PrintCompletion()
946 return c1.GetCompletion().size() < c2.GetCompletion().size(); in DisplayCompletions()
949 const size_t max_len = longest->GetCompletion().size(); in DisplayCompletions()
1005 std::string to_add = completion.GetCompletion(); in TabCommand()
1018 std::string to_add = completion.GetCompletion(); in TabCommand()
1025 el_insertstr(m_editline, completion.GetCompletion().c_str()); in TabCommand()
/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h57 const std::string &GetCompletion() const { return m_completion; } in GetCompletion() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp945 request.AddCompletion(C.completion.GetCompletion(), in GetCompletions()