Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp2371 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()