Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2351 static void AddMatches(const FormatEntity::Entry::Definition *def, in AddMatches() function
2402 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete()
2429 AddMatches(entry_def, str, llvm::StringRef(), new_matches); in AutoComplete()
2435 AddMatches(entry_def, str, remainder, new_matches); in AutoComplete()