Home
last modified time | relevance | path

Searched refs:GetMatches (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp22 result.GetMatches(matches); in TEST()
58 result.GetMatches(matches); in TEST()
96 result.GetMatches(matches); in TEST()
127 result.GetMatches(matches); in TEST()
133 result.GetMatches(matches); in TEST()
140 result.GetMatches(matches); in TEST()
148 result.GetMatches(matches); in TEST()
156 result.GetMatches(matches); in TEST()
165 result.GetMatches(matches); in TEST()
174 result.GetMatches(matches); in TEST()
[all …]
/llvm-project-15.0.7/lldb/source/Utility/
H A DCompletionRequest.cpp71 void CompletionResult::GetMatches(StringList &matches) const { in GetMatches() function in CompletionResult
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DCompletionRequest.h83 void GetMatches(StringList &matches) const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp504 sub_result.GetMatches(matches); in IOHandlerComplete()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp251 result.GetMatches(lldb_matches); in HandleCompletionWithDescriptions()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp462 result.GetMatches(matches); in DiskFilesOrDirectories()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1003 result.GetMatches(completions); in TabCommand()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3844 result.GetMatches(m_matches); in UpdateMatches()