#include <Parsers.h>
|
| | parser (Option &O) |
| bool | parse (Option &O, StringRef, StringRef Arg, APInt &Val) |
| void | printOptionDiff (const Option &O, const APInt &V, OptionValue< APInt > Default, size_t GlobalWidth) const |
Definition at line 21 of file Parsers.h.
◆ parser()
| llvm::cl::parser< APInt >::parser |
( |
Option & | O | ) |
|
|
inline |
◆ parse()
| bool llvm::cl::parser< APInt >::parse |
( |
Option & | O, |
|
|
StringRef | , |
|
|
StringRef | Arg, |
|
|
APInt & | Val ) |
|
inline |
◆ printOptionDiff()
| void llvm::cl::parser< APInt >::printOptionDiff |
( |
const Option & | O, |
|
|
const APInt & | V, |
|
|
OptionValue< APInt > | Default, |
|
|
size_t | GlobalWidth ) const |
|
inline |
The documentation for this class was generated from the following file: