LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
bool | parse (Option &, StringRef, StringRef Arg, char &Value) |
const char * | getValueName () const override |
void | printOptionDiff (const Option &O, char V, OptVal Default, size_t GlobalWidth) const |
void | anchor () override |
Definition at line 936 of file CommandLine.h.
void llvm::cl::parser< char >::anchor | ( | ) | [override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
const char* llvm::cl::parser< char >::getValueName | ( | ) | const [inline, override, virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
Definition at line 945 of file CommandLine.h.
bool llvm::cl::parser< char >::parse | ( | Option & | , |
StringRef | , | ||
StringRef | Arg, | ||
char & | Value | ||
) | [inline] |
Definition at line 939 of file CommandLine.h.
void llvm::cl::parser< char >::printOptionDiff | ( | const Option & | O, |
char | V, | ||
OptVal | Default, | ||
size_t | GlobalWidth | ||
) | const |