#include <CommandLine.h>
Public Member Functions | |
bool | parse (Option &O, StringRef ArgName, StringRef Arg, bool &Val) |
template<class Opt > | |
void | initialize (Opt &O) |
enum ValueExpected | getValueExpectedFlagDefault () const |
virtual const char * | getValueName () const |
void | printOptionDiff (const Option &O, bool V, OptVal Default, size_t GlobalWidth) const |
virtual void | anchor () |
Private Attributes | |
const char * | ArgStr |
virtual void llvm::cl::parser< bool >::anchor | ( | ) | [virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
enum ValueExpected llvm::cl::parser< bool >::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented from llvm::cl::basic_parser_impl.
virtual const char* llvm::cl::parser< bool >::getValueName | ( | ) | const [inline, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
void llvm::cl::parser< bool >::initialize | ( | Opt & | O | ) | [inline] |
bool llvm::cl::parser< bool >::parse | ( | Option & | O, | |
StringRef | ArgName, | |||
StringRef | Arg, | |||
bool & | Val | |||
) |
void llvm::cl::parser< bool >::printOptionDiff | ( | const Option & | O, | |
bool | V, | |||
OptVal | Default, | |||
size_t | GlobalWidth | |||
) | const |
const char* llvm::cl::parser< bool >::ArgStr [private] |