LLVM API Documentation
#include <CommandLine.h>
Public Types | |
typedef DataType | parser_data_type |
typedef OptionValue< DataType > | OptVal |
Additional Inherited Members | |
![]() | |
virtual | ~basic_parser_impl () |
enum ValueExpected | getValueExpectedFlagDefault () const |
void | getExtraOptionNames (SmallVectorImpl< const char * > &) |
void | initialize (Option &) |
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 const char * | getValueName () const |
virtual void | anchor () |
![]() | |
void | printOptionName (const Option &O, size_t GlobalWidth) const |
Definition at line 732 of file CommandLine.h.
typedef OptionValue<DataType> llvm::cl::basic_parser< DataType >::OptVal |
Definition at line 735 of file CommandLine.h.
typedef DataType llvm::cl::basic_parser< DataType >::parser_data_type |
Definition at line 734 of file CommandLine.h.