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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp57 SmallVector<const CommandInfo *, 2> BestCommand; local
67 BestCommand.clear();
70 BestCommand.push_back(Command);
81 return BestCommand.size() == 1 ? BestCommand[0] : nullptr;

Completed in 65 milliseconds