Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2380 llvm::StringRef partial_variable(str.substr(dollar_pos + 2)); in AutoComplete() local
2381 if (partial_variable.empty()) { in AutoComplete()
2391 const Definition *entry_def = FindEntry(partial_variable, &g_root, remainder); in AutoComplete()