LLVM API Documentation
#include <CommandLine.h>


Public Member Functions | |
| bool | parse (Option &O, StringRef ArgName, StringRef Arg, boolOrDefault &Val) |
| enum ValueExpected | getValueExpectedFlagDefault () const |
| virtual const char * | getValueName () const |
| void | printOptionDiff (const Option &O, boolOrDefault V, OptVal Default, size_t GlobalWidth) const |
| virtual void | anchor () |
Definition at line 772 of file CommandLine.h.
| virtual void llvm::cl::parser< boolOrDefault >::anchor | ( | ) | [virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
| enum ValueExpected llvm::cl::parser< boolOrDefault >::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 777 of file CommandLine.h.
References llvm::cl::ValueOptional.
| virtual const char* llvm::cl::parser< boolOrDefault >::getValueName | ( | ) | const [inline, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 782 of file CommandLine.h.
| bool llvm::cl::parser< boolOrDefault >::parse | ( | Option & | O, |
| StringRef | ArgName, | ||
| StringRef | Arg, | ||
| boolOrDefault & | Val | ||
| ) |
| void llvm::cl::parser< boolOrDefault >::printOptionDiff | ( | const Option & | O, |
| boolOrDefault | V, | ||
| OptVal | Default, | ||
| size_t | GlobalWidth | ||
| ) | const |