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