|
LLVM 23.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
| template<class T> | |
| void | setValue (const T &V, bool initial=false) |
| DataType & | getValue () |
| const DataType & | getValue () const |
| const OptionValue< DataType > & | getDefault () const |
| opt_storage ()=default | |
| bool | setLocation (Option &O, DataType &L) |
| operator DataType () const | |
Public Attributes | |
| OptionValue< DataType > | Default |
Definition at line 1402 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1415 of file CommandLine.h.
References Default.
|
inline |
Definition at line 1412 of file CommandLine.h.
|
inline |
Definition at line 1413 of file CommandLine.h.
|
inline |
Definition at line 1392 of file CommandLine.h.
|
inline |
Definition at line 1368 of file CommandLine.h.
|
inline |
Definition at line 1406 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, true >::Default |
Definition at line 1404 of file CommandLine.h.
Referenced by getDefault(), and setValue().