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 1877 of file CommandLine.h.
|
delete |
References bits().
Referenced by bits(), and operator=().
|
inlineexplicit |
Definition at line 1935 of file CommandLine.h.
References llvm::cl::apply(), llvm::cl::NotHidden, llvm::cl::Option::Option(), and llvm::cl::ZeroOrMore.
|
inline |
Definition at line 1927 of file CommandLine.h.
|
inline |
Definition at line 1929 of file CommandLine.h.
References assert(), and llvm::size().
|
delete |
References bits().
|
inline |
Definition at line 1941 of file CommandLine.h.
References Callback.
std::function<void(const typename ParserClass::parser_data_type &)> llvm::cl::bits< DataType, Storage, ParserClass >::Callback |
Definition at line 1946 of file CommandLine.h.
Referenced by setCallback().