Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp490 StackFrame *frame, llvm::StringRef partial_path,
498 llvm::StringRef partial_path,
506 llvm::StringRef partial_path, in PrivateAutoCompleteMembers() argument
553 frame, partial_path, in PrivateAutoCompleteMembers()
576 if (partial_path.empty()) { in PrivateAutoComplete()
632 const char ch = partial_path[0]; in PrivateAutoComplete()
649 if (partial_path.size() > 1 && partial_path[1] == '>' && in PrivateAutoComplete()
654 if (partial_path.size() > 2 && partial_path[2]) { in PrivateAutoComplete()
678 if (partial_path.size() > 1 && partial_path[1]) { in PrivateAutoComplete()
701 const char curr_ch = partial_path[pos]; in PrivateAutoComplete()
[all …]