addArgument() | llvm::cl::Option | |
addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, bool MultiArg=false) | llvm::cl::Option | virtual |
addSubCommand(SubCommand &S) | llvm::cl::Option | inline |
addValue(const T &V) | llvm::cl::bits_storage< DataType, Storage > | inline |
ArgStr | llvm::cl::Option | |
bits(const bits &)=delete | llvm::cl::bits< DataType, Storage, ParserClass > | |
bits(const Mods &... Ms) | llvm::cl::bits< DataType, Storage, ParserClass > | inlineexplicit |
bits_storage()=default | llvm::cl::bits_storage< DataType, Storage > | |
Category | llvm::cl::Option | |
error(const Twine &Message, StringRef ArgName=StringRef(), raw_ostream &Errs=llvm::errs()) | llvm::cl::Option | |
error(const Twine &Message, raw_ostream &Errs) | llvm::cl::Option | inline |
FullyInitialized | llvm::cl::Option | |
getBits() | llvm::cl::bits_storage< DataType, Storage > | inline |
getFormattingFlag() const | llvm::cl::Option | inline |
getMiscFlags() const | llvm::cl::Option | inline |
getNumAdditionalVals() const | llvm::cl::Option | inline |
getNumOccurrences() const | llvm::cl::Option | inline |
getNumOccurrencesFlag() const | llvm::cl::Option | inline |
getOptionHiddenFlag() const | llvm::cl::Option | inline |
getParser() | llvm::cl::bits< DataType, Storage, ParserClass > | inline |
getPosition(unsigned optnum) const | llvm::cl::bits< DataType, Storage, ParserClass > | inline |
llvm::cl::Option::getPosition() const | llvm::cl::Option | inline |
getValueExpectedFlag() const | llvm::cl::Option | inline |
hasArgStr() const | llvm::cl::Option | inline |
HelpStr | llvm::cl::Option | |
isConsumeAfter() const | llvm::cl::Option | inline |
isInAllSubCommands() const | llvm::cl::Option | inline |
isPositional() const | llvm::cl::Option | inline |
isSet(const T &V) | llvm::cl::bits_storage< DataType, Storage > | inline |
isSink() const | llvm::cl::Option | inline |
operator=(const bits &)=delete | llvm::cl::bits< DataType, Storage, ParserClass > | |
Option(enum NumOccurrencesFlag OccurrencesFlag, enum OptionHidden Hidden) | llvm::cl::Option | inlineexplicitprotected |
printHelpStr(StringRef HelpStr, size_t Indent, size_t FirstLineIndentedBy) | llvm::cl::Option | static |
removeArgument() | llvm::cl::Option | |
reset() | llvm::cl::Option | inline |
setArgStr(StringRef S) | llvm::cl::Option | |
setCategory(OptionCategory &C) | llvm::cl::Option | inline |
setDescription(StringRef S) | llvm::cl::Option | inline |
setFormattingFlag(enum FormattingFlags V) | llvm::cl::Option | inline |
setHiddenFlag(enum OptionHidden Val) | llvm::cl::Option | inline |
setLocation(Option &O, unsigned &L) | llvm::cl::bits_storage< DataType, Storage > | inline |
setMiscFlag(enum MiscFlags M) | llvm::cl::Option | inline |
setNumAdditionalVals(unsigned n) | llvm::cl::Option | inlineprotected |
setNumOccurrencesFlag(enum NumOccurrencesFlag Val) | llvm::cl::Option | inline |
setPosition(unsigned pos) | llvm::cl::Option | inline |
setValueExpectedFlag(enum ValueExpected Val) | llvm::cl::Option | inline |
setValueStr(StringRef S) | llvm::cl::Option | inline |
Subs | llvm::cl::Option | |
ValueStr | llvm::cl::Option | |
~Option()=default | llvm::cl::Option | virtual |