LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::basic_parser_impl:
Public Member Functions | |
virtual | ~basic_parser_impl () |
enum ValueExpected | getValueExpectedFlagDefault () const |
void | initialize (Option &O) |
unsigned | getOptionWidth (const Option &O) const |
void | printOptionInfo (const Option &O, unsigned GlobalWidth) const |
virtual const char * | getValueName () const |
Definition at line 482 of file CommandLine.h.
|
Definition at line 483 of file CommandLine.h. |
|
|
|
Reimplemented in llvm::cl::parser< bool >. Definition at line 485 of file CommandLine.h. References llvm::cl::ValueRequired. |
|
Reimplemented in llvm::cl::parser< bool >, llvm::cl::parser< int >, llvm::cl::parser< unsigned >, llvm::cl::parser< double >, llvm::cl::parser< float >, and llvm::cl::parser< std::string >. Definition at line 500 of file CommandLine.h. |
|
Definition at line 489 of file CommandLine.h. |
|
|