Searched refs:AddMatches (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 2366 static void AddMatches(const FormatEntity::Entry::Definition *def, in AddMatches() function 2414 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete() 2440 AddMatches(entry_def, str, llvm::StringRef(), new_matches); in AutoComplete() 2446 AddMatches(entry_def, str, remainder, new_matches); in AutoComplete()
|