Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp71 void CompletionResult::GetMatches(StringList &matches) const { in GetMatches() function in CompletionResult
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h83 void GetMatches(StringList &matches) const;
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp510 sub_result.GetMatches(matches); in IOHandlerComplete()
/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp271 result.GetMatches(lldb_matches); in HandleCompletionWithDescriptions()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp484 result.GetMatches(matches); in DiskFilesOrDirectories()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1007 result.GetMatches(completions); in TabCommand()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3845 result.GetMatches(m_matches); in UpdateMatches()