LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
list_initializer (ArrayRef< Ty > Vals) | |
template<class Opt> | |
void | apply (Opt &O) const |
Public Attributes | |
ArrayRef< Ty > | Inits |
Definition at line 438 of file CommandLine.h.
|
inline |
Definition at line 440 of file CommandLine.h.
References Inits.
|
inline |
Definition at line 442 of file CommandLine.h.
References Inits.
ArrayRef<Ty> llvm::cl::list_initializer< Ty >::Inits |
Definition at line 439 of file CommandLine.h.
Referenced by apply(), and list_initializer().