| LLVM 22.0.0git
    | 
#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 &) | |
| virtual | ~basic_parser_impl ()=default | 
| 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 () | 
| Additional Inherited Members | |
| Protected Member Functions inherited from llvm::cl::basic_parser_impl | |
| void | printOptionName (const Option &O, size_t GlobalWidth) const | 
Definition at line 935 of file CommandLine.h.
| using llvm::cl::basic_parser< DataType >::OptVal = OptionValue<DataType> | 
Definition at line 938 of file CommandLine.h.
| using llvm::cl::basic_parser< DataType >::parser_data_type = DataType | 
Definition at line 937 of file CommandLine.h.
| 
 | inline | 
Definition at line 940 of file CommandLine.h.
References llvm::cl::basic_parser_impl::basic_parser_impl().