|
LLVM 22.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 1423 of file CommandLine.h.
|
inline |
Definition at line 1430 of file CommandLine.h.
|
inline |
Definition at line 1440 of file CommandLine.h.
References Default.
|
inline |
Definition at line 1437 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1438 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1442 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1445 of file CommandLine.h.
References Value.
|
inline |
Definition at line 1369 of file CommandLine.h.
|
inline |
Definition at line 1432 of file CommandLine.h.
| OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default |
Definition at line 1426 of file CommandLine.h.
Referenced by getDefault(), opt_storage(), and setValue().
| DataType llvm::cl::opt_storage< DataType, false, false >::Value |
Definition at line 1425 of file CommandLine.h.
Referenced by getValue(), getValue(), operator->(), opt_storage(), and setValue().