LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
value_desc (const char *Str) | |
void | apply (Option &O) const |
Public Attributes | |
const char * | Desc |
Definition at line 299 of file CommandLine.h.
llvm::cl::value_desc::value_desc | ( | const char * | Str | ) | [inline] |
Definition at line 301 of file CommandLine.h.
void llvm::cl::value_desc::apply | ( | Option & | O | ) | const [inline] |
Definition at line 302 of file CommandLine.h.
References Desc, and llvm::cl::Option::setValueStr().
Definition at line 300 of file CommandLine.h.
Referenced by apply().