LLVM 22.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 1540 of file CommandLine.h.
|
default |
|
inline |
Definition at line 1558 of file CommandLine.h.
Referenced by llvm::cl::list< std::string, DebugCounter >::setInitialValues().
|
inline |
Definition at line 1571 of file CommandLine.h.
Referenced by llvm::cl::list< std::string, DebugCounter >::setInitialValues().
|
inline |
Definition at line 1549 of file CommandLine.h.
Referenced by llvm::cl::list< std::string, DebugCounter >::clear().
|
inline |
Definition at line 1567 of file CommandLine.h.
|
inline |
Definition at line 1573 of file CommandLine.h.
Referenced by llvm::cl::list< std::string, DebugCounter >::setInitialValues().
|
inline |
Definition at line 1572 of file CommandLine.h.
|
inline |
Definition at line 1551 of file CommandLine.h.