|
LLVM
4.0.0
|
#include <CommandLine.h>
Public Types | |
| typedef DataType | parser_data_type |
| typedef OptionValue< DataType > | OptVal |
Public Member Functions | |
| basic_parser (Option &O) | |
Public Member Functions inherited from llvm::cl::basic_parser_impl | |
| basic_parser_impl (Option &) | |
| enum ValueExpected | getValueExpectedFlagDefault () const |
| void | getExtraOptionNames (SmallVectorImpl< StringRef > &) |
| 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 |
| virtual StringRef | getValueName () const |
| virtual void | anchor () |
Protected Member Functions | |
| ~basic_parser ()=default | |
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 832 of file CommandLine.h.
| typedef OptionValue<DataType> llvm::cl::basic_parser< DataType >::OptVal |
Definition at line 837 of file CommandLine.h.
| typedef DataType llvm::cl::basic_parser< DataType >::parser_data_type |
Definition at line 836 of file CommandLine.h.
|
inline |
Definition at line 834 of file CommandLine.h.
|
protecteddefault |
1.8.6