Home
last modified time | relevance | path

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

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