Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp536 std::string remaining_partial_path; in PrivateAutoComplete() local
668 remaining_partial_path = std::string(partial_path.substr(pos)); in PrivateAutoComplete()
671 PrivateAutoCompleteMembers(frame, token, remaining_partial_path, in PrivateAutoComplete()
696 frame, remaining_partial_path, in PrivateAutoComplete()
703 } else if (remaining_partial_path.empty()) { in PrivateAutoComplete()