Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DCompletionRequest.cpp77 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions() function in CompletionResult
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h88 void GetDescriptions(StringList &descriptions) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DREPL.cpp504 sub_result.GetDescriptions(descriptions); in IOHandlerComplete()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp272 result.GetDescriptions(lldb_descriptions); in HandleCompletionWithDescriptions()