Searched refs:BestCommand (Results 1 – 1 of 1) sorted by relevance
56 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo() local66 BestCommand.clear(); in getTypoCorrectCommandInfo()69 BestCommand.push_back(Command); in getTypoCorrectCommandInfo()80 return BestCommand.size() == 1 ? BestCommand[0] : nullptr; in getTypoCorrectCommandInfo()