Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp68 result.append(std::to_string(m_completion.size())); in GetUniqueKey()
69 result.append(m_completion); in GetUniqueKey()
86 matches.AppendString(completion.m_completion); in GetMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h26 : m_completion(completion.str()), m_descripton(description.str()) {} in Completion()
28 std::string m_completion; member
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h197 : m_completion(completion) {} in m_completion() function
297 Completion m_completion; // Support for common builtin completions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp224 switch (m_completion) { in IOHandlerComplete()