LLVM 17.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
list_storage ()=default | |
void | clear () |
bool | setLocation (Option &O, StorageClass &L) |
template<class T > | |
void | addValue (const T &V, bool initial=false) |
const std::vector< OptionValue< DataType > > & | getDefault () const |
void | assignDefault () |
void | overwriteDefault () |
bool | isDefaultAssigned () |
Definition at line 1513 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1531 of file CommandLine.h.
References assert(), and llvm::Default.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::setInitialValues().
|
inline |
Definition at line 1544 of file CommandLine.h.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::setInitialValues().
|
inline |
Definition at line 1522 of file CommandLine.h.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::clear().
|
inline |
Definition at line 1540 of file CommandLine.h.
References llvm::Default.
|
inline |
Definition at line 1546 of file CommandLine.h.
|
inline |
Definition at line 1545 of file CommandLine.h.
|
inline |
Definition at line 1524 of file CommandLine.h.