LLVM 20.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 1524 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1542 of file CommandLine.h.
References assert(), and llvm::Default.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::setInitialValues().
|
inline |
Definition at line 1555 of file CommandLine.h.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::setInitialValues().
|
inline |
Definition at line 1533 of file CommandLine.h.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::clear().
|
inline |
Definition at line 1551 of file CommandLine.h.
References llvm::Default.
|
inline |
Definition at line 1557 of file CommandLine.h.
|
inline |
Definition at line 1556 of file CommandLine.h.
|
inline |
Definition at line 1535 of file CommandLine.h.