LLVM 22.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 1356 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1395 of file CommandLine.h.
|
inline |
Definition at line 1384 of file CommandLine.h.
Referenced by llvm::cl::opt_storage< bool, false, std::is_class_v< bool > >::operator bool(), and llvm::cl::opt_storage< DataType, false, false >::operator DataType().
|
inline |
Definition at line 1388 of file CommandLine.h.
|
inline |
Definition at line 1393 of file CommandLine.h.
|
inline |
Definition at line 1369 of file CommandLine.h.
|
inline |
Definition at line 1377 of file CommandLine.h.
References T.