LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::parser< bool >:
Public Member Functions | |
bool | parse (Option &O, const char *ArgName, const std::string &Arg, bool &Val) |
enum ValueExpected | getValueExpectedFlagDefault () const |
virtual const char * | getValueName () const |
Definition at line 517 of file CommandLine.h.
enum ValueExpected llvm::cl::parser< bool >::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 522 of file CommandLine.h.
References llvm::cl::ValueOptional.
virtual const char* llvm::cl::parser< bool >::getValueName | ( | ) | const [inline, virtual] |
bool llvm::cl::parser< bool >::parse | ( | Option & | O, | |
const char * | ArgName, | |||
const std::string & | Arg, | |||
bool & | Val | |||
) |