Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2398 llvm::StringRef partial_variable(str.substr(dollar_pos + 2)); in AutoComplete() local
2399 if (partial_variable.empty()) { in AutoComplete()
2410 FindEntry(partial_variable, &g_root, remainder); in AutoComplete()