Searched refs:existing_command (Results 1 – 1 of 1) sorted by relevance
791 StringRef existing_command = existing.substr(0, pos); in mergeCompletion() local794 existing_command = removeLastToken(existing_command); in mergeCompletion()798 existing_command = dropUnrelatedFrontTokens(existing_command); in mergeCompletion()799 return existing_command.str() + completion.str(); in mergeCompletion()