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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h332 void setDescription(StringRef S) { HelpStr = S; } function in namespace:llvm::cl
410 void apply(Option &O) const { O.setDescription(Desc); }
1956 /// opts["help"]->setDescription("Show alphabetical help information")

Completed in 42 milliseconds