Searched refs:AddMatches (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 2371 static void AddMatches(const Definition *def, const llvm::StringRef &prefix, in AddMatches() function 2418 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete() 2443 AddMatches(entry_def, str, llvm::StringRef(), new_matches); in AutoComplete() 2449 AddMatches(entry_def, str, remainder, new_matches); in AutoComplete()
|