LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Attributes | |
std::function< void(const typename ParserClass::parser_data_type &)> | Callback |
Public Attributes inherited from llvm::cl::Option | |
StringRef | ArgStr |
StringRef | HelpStr |
StringRef | ValueStr |
SmallVector< OptionCategory *, 1 > | Categories |
SmallPtrSet< SubCommand *, 1 > | Subs |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::cl::Option | |
static void | printHelpStr (StringRef HelpStr, size_t Indent, size_t FirstLineIndentedBy) |
static void | printEnumValHelpStr (StringRef HelpStr, size_t Indent, size_t FirstLineIndentedBy) |
Protected Member Functions inherited from llvm::cl::Option | |
Option (enum NumOccurrencesFlag OccurrencesFlag, enum OptionHidden Hidden) | |
void | setNumAdditionalVals (unsigned n) |
Definition at line 1421 of file CommandLine.h.
|
delete |
|
inlineexplicit |
Definition at line 1498 of file CommandLine.h.
References llvm::cl::apply().
|
inline |
Definition at line 1489 of file CommandLine.h.
|
delete |
|
inline |
|
inline |
Definition at line 1504 of file CommandLine.h.
References llvm::cl::opt< DataType, ExternalStorage, ParserClass >::Callback.
|
inline |
Definition at line 1487 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue().
std::function<void(const typename ParserClass::parser_data_type &)> llvm::cl::opt< DataType, ExternalStorage, ParserClass >::Callback |
Definition at line 1509 of file CommandLine.h.
Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setCallback().