Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp59 result.GetDescriptions(descriptions); in TEST()
191 result.GetDescriptions(descriptions); in TEST()
198 result.GetDescriptions(descriptions); in TEST()
208 result.GetDescriptions(descriptions); in TEST()
219 result.GetDescriptions(descriptions); in TEST()
229 result.GetDescriptions(descriptions); in TEST()
244 result.GetDescriptions(descriptions); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DCompletionRequest.cpp77 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions() function in CompletionResult
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DCompletionRequest.h88 void GetDescriptions(StringList &descriptions) const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp509 sub_result.GetDescriptions(descriptions); in IOHandlerComplete()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp252 result.GetDescriptions(lldb_descriptions); in HandleCompletionWithDescriptions()