Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2516 static void AddMatches(const Definition *def, const llvm::StringRef &prefix, in AddMatches() function
2562 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete()
2587 AddMatches(entry_def, str, llvm::StringRef(), new_matches); in AutoComplete()
2593 AddMatches(entry_def, str, remainder, new_matches); in AutoComplete()