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 483 of file CommandLine.h.
| virtual llvm::cl::basic_parser_impl::~basic_parser_impl | ( | ) | [inline, virtual] |
Definition at line 484 of file CommandLine.h.
| unsigned basic_parser_impl::getOptionWidth | ( | const Option & | O | ) | const |
Definition at line 710 of file CommandLine.cpp.
References getValueName(), getValueStr(), and O.
Referenced by printOptionInfo().
| enum ValueExpected llvm::cl::basic_parser_impl::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented in llvm::cl::parser< bool >.
Definition at line 486 of file CommandLine.h.
References llvm::cl::ValueRequired.
| virtual const char* llvm::cl::basic_parser_impl::getValueName | ( | ) | const [inline, virtual] |
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 501 of file CommandLine.h.
Referenced by getOptionWidth(), and printOptionInfo().
| void llvm::cl::basic_parser_impl::initialize | ( | Option & | O | ) | [inline] |
Definition at line 490 of file CommandLine.h.
| void basic_parser_impl::printOptionInfo | ( | const Option & | O, | |
| unsigned | GlobalWidth | |||
| ) | const |
Definition at line 721 of file CommandLine.cpp.
References getOptionWidth(), getValueName(), getValueStr(), and O.