Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp89 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions() function in CompletionResult
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h54 void GetDescriptions(StringList &descriptions) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1861 result.GetDescriptions(descriptions); in HandleCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp240 result.GetDescriptions(descriptions); in IOHandlerComplete()