|
LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"


Public Types | |
| using | parser_data_type = DataType |
| using | OptVal = OptionValue< DataType > |
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 862 of file CommandLine.h.
| using llvm::cl::basic_parser< DataType >::OptVal = OptionValue<DataType> |
Definition at line 865 of file CommandLine.h.
| using llvm::cl::basic_parser< DataType >::parser_data_type = DataType |
Definition at line 864 of file CommandLine.h.
|
inline |
Definition at line 867 of file CommandLine.h.
|
protecteddefault |
1.8.13