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