Home
last modified time | relevance | path

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

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