Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp56 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo() local
66 BestCommand.clear(); in getTypoCorrectCommandInfo()
69 BestCommand.push_back(Command); in getTypoCorrectCommandInfo()
80 return BestCommand.size() == 1 ? BestCommand[0] : nullptr; in getTypoCorrectCommandInfo()