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 527 of file CommandLine.h.
| bool llvm::cl::parser< bool >::parse | ( | Option & | O, | |
| const char * | ArgName, | |||
| const std::string & | Arg, | |||
| bool & | Val | |||
| ) |
| enum ValueExpected llvm::cl::parser< bool >::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 532 of file CommandLine.h.
References llvm::cl::ValueOptional.
| virtual const char* llvm::cl::parser< bool >::getValueName | ( | ) | const [inline, virtual] |