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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp688 StringRef existing_command = existing.substr(0, pos); local
691 existing_command = removeLastToken(existing_command);
695 existing_command = dropUnrelatedFrontTokens(existing_command);
696 return existing_command.str() + completion.str();

Completed in 43 milliseconds