Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDCommandLine.h238 void setDescription(const char *S) { HelpStr = S; } in setDescription() function
303 void apply(Option &O) const { O.setDescription(Desc); } in apply()