LLVM 20.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 436 of file CommandLine.h.
|
inline |
Definition at line 438 of file CommandLine.h.
|
inline |
Definition at line 440 of file CommandLine.h.
References llvm::cl::list_initializer< Ty >::Inits.
ArrayRef<Ty> llvm::cl::list_initializer< Ty >::Inits |
Definition at line 437 of file CommandLine.h.
Referenced by llvm::cl::list_initializer< Ty >::apply().