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

/external/clang/lib/AST/
H A DCommentCommandTraits.cpp47 HelperTypoCorrectCommandInfo(SmallVectorImpl<const CommandInfo *> &BestCommand, argument
61 BestCommand.push_back(Command);
63 BestCommand.clear();
64 BestCommand.push_back(Command);
76 SmallVector<const CommandInfo *, 2> BestCommand;
80 HelperTypoCorrectCommandInfo(BestCommand, Typo, &Commands[i]);
84 HelperTypoCorrectCommandInfo(BestCommand, Typo, RegisteredCommands[i]);
86 return (BestCommand.size() != 1) ? NULL : BestCommand[0];

Completed in 118 milliseconds