LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
bool | parse (Option &O, StringRef ArgName, StringRef Arg, unsigned &Val) |
const char * | getValueName () const override |
void | printOptionDiff (const Option &O, unsigned V, OptVal Default, size_t GlobalWidth) const |
void | anchor () override |
Definition at line 827 of file CommandLine.h.
void llvm::cl::parser< unsigned >::anchor | ( | ) | [override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
const char* llvm::cl::parser< unsigned >::getValueName | ( | ) | const [inline, override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 833 of file CommandLine.h.
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 |