|
LLVM 23.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
| opt_storage () | |
| template<class T> | |
| void | setValue (const T &V, bool initial=false) |
| DataType & | getValue () |
| DataType | getValue () const |
| const OptionValue< DataType > & | getDefault () const |
| operator DataType () const | |
| DataType | operator-> () const |
| bool | setLocation (Option &O, DataType &L) |
Public Attributes | |
| DataType | Value |
| OptionValue< DataType > | Default |
Definition at line 1422 of file CommandLine.h.
|
inline |
Definition at line 1429 of file CommandLine.h.
|
inline |
Definition at line 1439 of file CommandLine.h.
References Default.
|
inline |
Definition at line 1436 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1437 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1441 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1444 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1368 of file CommandLine.h.
|
inline |
Definition at line 1431 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1425 of file CommandLine.h.
Referenced by getDefault(), opt_storage(), and setValue().
| DataType llvm::cl::opt_storage< DataType, false, false >::Value |
Definition at line 1424 of file CommandLine.h.
Referenced by getValue(), getValue(), operator->(), opt_storage(), and setValue().