LLVM API Documentation
#include <CommandLine.h>


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 |
| virtual void | anchor () |
Definition at line 533 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 538 of file CommandLine.h.
References llvm::cl::ValueOptional.
| virtual const char* llvm::cl::parser< bool >::getValueName | ( | ) | const [inline, virtual] |
| virtual void llvm::cl::parser< bool >::anchor | ( | ) | [virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.