Searched refs:AddMatches (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 2372 static void AddMatches(const Definition *def, const llvm::StringRef &prefix, in AddMatches() function 2419 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete() 2444 AddMatches(entry_def, str, llvm::StringRef(), new_matches); in AutoComplete() 2450 AddMatches(entry_def, str, remainder, new_matches); in AutoComplete()
|