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