Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp794 StringRef existing_command = existing.substr(0, pos); in mergeCompletion() local
797 existing_command = removeLastToken(existing_command); in mergeCompletion()
801 existing_command = dropUnrelatedFrontTokens(existing_command); in mergeCompletion()
802 return existing_command.str() + completion.str(); in mergeCompletion()