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