#include <CommandLine.h>
Public Member Functions | |
bool | parse (Option &O, StringRef ArgName, StringRef Arg, unsigned &Val) |
virtual const char * | getValueName () const |
void | printOptionDiff (const Option &O, unsigned V, OptVal Default, size_t GlobalWidth) const |
virtual void | anchor () |
virtual void llvm::cl::parser< unsigned >::anchor | ( | ) | [virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
virtual const char* llvm::cl::parser< unsigned >::getValueName | ( | ) | const [inline, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
bool llvm::cl::parser< unsigned >::parse | ( | Option & | O, | |
StringRef | ArgName, | |||
StringRef | Arg, | |||
unsigned & | Val | |||
) |
void llvm::cl::parser< unsigned >::printOptionDiff | ( | const Option & | O, | |
unsigned | V, | |||
OptVal | Default, | |||
size_t | GlobalWidth | |||
) | const |