Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1080 llvm::StringRef match_ref = match; in request_completions() local
1082 if (match_ref.contains(commit_point)) { in request_completions()
1083 match_ref = match_ref.rsplit(commit_point).second; in request_completions()
1086 EmplaceSafeString(item, "text", match_ref); in request_completions()