Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2418 llvm::StringRef partial_variable(str.substr(dollar_pos + 2)); in AutoComplete() local
2419 if (partial_variable.empty()) { in AutoComplete()
2429 const Definition *entry_def = FindEntry(partial_variable, &g_root, remainder); in AutoComplete()