Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp261 constexpr Definition g_root = Entry::DefinitionWithChildren( variable
2230 error = ParseEntry(variable, &g_root, entry); in ParseInternal()
2373 AddMatches(&g_root, str, llvm::StringRef(), new_matches); in AutoComplete()
2380 const Definition *entry_def = FindEntry(partial_variable, &g_root, remainder); in AutoComplete()