Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h328 void setDescription(StringRef S) { HelpStr = S; } in setDescription() function
419 void apply(Option &O) const { O.setDescription(Desc); } in apply()