LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
opt_storage ()=default | |
bool | setLocation (Option &O, DataType &L) |
template<class T > | |
void | setValue (const T &V, bool initial=false) |
DataType & | getValue () |
const DataType & | getValue () const |
operator DataType () const | |
const OptionValue< DataType > & | getDefault () const |
Definition at line 1324 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1363 of file CommandLine.h.
|
inline |
|
inline |
Definition at line 1356 of file CommandLine.h.
|
inline |
Definition at line 1361 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
|
inline |
Definition at line 1337 of file CommandLine.h.
|
inline |
Definition at line 1345 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue().