Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h49 std::string m_descripton; variable
55 : m_completion(completion.str()), m_descripton(description.str()), in Completion()
58 const std::string &GetDescription() const { return m_descripton; } in GetDescription()
/external/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp57 result.append(m_descripton); in GetUniqueKey()