Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentCommandTraits.cpp57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo() local
67 BestCommand.clear(); in getTypoCorrectCommandInfo()
70 BestCommand.push_back(Command); in getTypoCorrectCommandInfo()
81 return BestCommand.size() == 1 ? BestCommand[0] : nullptr; in getTypoCorrectCommandInfo()