|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Member Functions | |
| parser (Option &O) | |
| bool | parse (Option &O, StringRef ArgName, StringRef Arg, double &Val) |
| const char * | getValueName () const override |
| void | printOptionDiff (const Option &O, double V, OptVal Default, size_t GlobalWidth) const |
| void | anchor () override |
Public Member Functions inherited from llvm::cl::basic_parser< double > | |
| basic_parser (Option &O) | |
Public Member Functions inherited from llvm::cl::basic_parser_impl | |
| basic_parser_impl (Option &O) | |
| enum ValueExpected | getValueExpectedFlagDefault () const |
| void | getExtraOptionNames (SmallVectorImpl< const char * > &) |
| void | initialize () |
| size_t | getOptionWidth (const Option &O) const |
| void | printOptionInfo (const Option &O, size_t GlobalWidth) const |
| void | printOptionNoValue (const Option &O, size_t GlobalWidth) const |
Additional Inherited Members | |
Public Types inherited from llvm::cl::basic_parser< double > | |
| typedef double | parser_data_type |
| typedef OptionValue< double > | OptVal |
Protected Member Functions inherited from llvm::cl::basic_parser< double > | |
| ~basic_parser () | |
Protected Member Functions inherited from llvm::cl::basic_parser_impl | |
| ~basic_parser_impl ()=default | |
| void | printOptionName (const Option &O, size_t GlobalWidth) const |
Definition at line 893 of file CommandLine.h.
|
inline |
Definition at line 895 of file CommandLine.h.
|
overridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
|
inlineoverridevirtual |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 901 of file CommandLine.h.
| bool llvm::cl::parser< double >::parse | ( | Option & | O, |
| StringRef | ArgName, | ||
| StringRef | Arg, | ||
| double & | Val | ||
| ) |
| void llvm::cl::parser< double >::printOptionDiff | ( | const Option & | O, |
| double | V, | ||
| OptVal | Default, | ||
| size_t | GlobalWidth | ||
| ) | const |
1.8.6