LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
desc (const char *Str) | |
void | apply (Option &O) const |
Public Attributes | |
const char * | Desc |
Definition at line 291 of file CommandLine.h.
llvm::cl::desc::desc | ( | const char * | Str | ) | [inline] |
Definition at line 293 of file CommandLine.h.
void llvm::cl::desc::apply | ( | Option & | O | ) | const [inline] |
Definition at line 294 of file CommandLine.h.
References Desc, and llvm::cl::Option::setDescription().
const char* llvm::cl::desc::Desc |
Definition at line 292 of file CommandLine.h.
Referenced by apply().