LLVM 22.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 1427 of file CommandLine.h.
|
delete |
References opt().
Referenced by operator=(), and opt().
|
inlineexplicit |
Definition at line 1506 of file CommandLine.h.
References llvm::cl::apply(), llvm::cl::NotHidden, llvm::cl::Option::Option(), and llvm::cl::Optional.
|
inline |
Definition at line 1491 of file CommandLine.h.
|
delete |
References opt().
|
inline |
Definition at line 1493 of file CommandLine.h.
References Callback, llvm::cl::opt_storage< DataType, false, std::is_class_v< DataType > >::getValue(), llvm::cl::opt_storage< DataType, false, std::is_class_v< DataType > >::setValue(), and T.
|
inline |
Definition at line 1499 of file CommandLine.h.
References Callback, llvm::cl::opt_storage< DataType, false, std::is_class_v< DataType > >::getValue(), and T.
|
inline |
Definition at line 1512 of file CommandLine.h.
References Callback.
|
inline |
Definition at line 1489 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, false, std::is_class_v< DataType > >::setValue().
std::function<void(const typename ParserClass::parser_data_type &)> llvm::cl::opt< DataType, ExternalStorage, ParserClass >::Callback |
Definition at line 1517 of file CommandLine.h.
Referenced by operator=(), operator=(), and setCallback().