Home
last modified time | relevance | path

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

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