LLVM API Documentation
#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 |
| const char * | getValueName () const override |
| void | printOptionDiff (const Option &O, bool V, OptVal Default, size_t GlobalWidth) const |
| void | anchor () override |
Definition at line 749 of file CommandLine.h.
| void llvm::cl::parser< bool >::anchor | ( | ) | [override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
| enum ValueExpected llvm::cl::parser< bool >::getValueExpectedFlagDefault | ( | ) | const [inline] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 761 of file CommandLine.h.
References llvm::cl::ValueOptional.
| const char* llvm::cl::parser< bool >::getValueName | ( | ) | const [inline, override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 766 of file CommandLine.h.
| void llvm::cl::parser< bool >::initialize | ( | Opt & | O | ) | [inline] |
Definition at line 757 of file CommandLine.h.
| void llvm::cl::parser< bool >::printOptionDiff | ( | const Option & | O, |
| bool | V, | ||
| OptVal | Default, | ||
| size_t | GlobalWidth | ||
| ) | const |