| addArgument() | llvm::cl::Option | |
| addCategory(OptionCategory &C) | 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, bool initial=false) | llvm::cl::list_storage< DataType, bool > | inline |
| ArgStr | llvm::cl::Option | |
| assignDefault() | llvm::cl::list_storage< DataType, bool > | inline |
| begin() | llvm::cl::list_storage< DataType, bool > | inline |
| begin() const | llvm::cl::list_storage< DataType, bool > | inline |
| Callback | llvm::cl::list< DataType, StorageClass, ParserClass > | |
| Categories | llvm::cl::Option | |
| clear() | llvm::cl::list< DataType, StorageClass, ParserClass > | inline |
| const_iterator typedef | llvm::cl::list_storage< DataType, bool > | |
| const_reference typedef | llvm::cl::list_storage< DataType, bool > | |
| empty() const | llvm::cl::list_storage< DataType, bool > | inline |
| end() | llvm::cl::list_storage< DataType, bool > | inline |
| end() const | llvm::cl::list_storage< DataType, bool > | inline |
| erase(const_iterator pos) | llvm::cl::list_storage< DataType, bool > | inline |
| erase(const_iterator first, const_iterator last) | llvm::cl::list_storage< DataType, bool > | inline |
| erase(iterator pos) | llvm::cl::list_storage< DataType, bool > | inline |
| erase(iterator first, iterator last) | llvm::cl::list_storage< DataType, bool > | inline |
| 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 |
| front() | llvm::cl::list_storage< DataType, bool > | inline |
| front() const | llvm::cl::list_storage< DataType, bool > | inline |
| getDefault() const | llvm::cl::list_storage< DataType, bool > | 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::list< DataType, StorageClass, ParserClass > | inline |
| getPosition(unsigned optnum) const | llvm::cl::list< DataType, StorageClass, 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 | |
| insert(const_iterator pos, const DataType &value) | llvm::cl::list_storage< DataType, bool > | inline |
| insert(const_iterator pos, DataType &&value) | llvm::cl::list_storage< DataType, bool > | inline |
| insert(iterator pos, const DataType &value) | llvm::cl::list_storage< DataType, bool > | inline |
| insert(iterator pos, DataType &&value) | llvm::cl::list_storage< DataType, bool > | inline |
| isConsumeAfter() const | llvm::cl::Option | inline |
| isDefaultAssigned() | llvm::cl::list_storage< DataType, bool > | inline |
| isDefaultOption() const | llvm::cl::Option | inline |
| isPositional() const | llvm::cl::Option | inline |
| isSink() const | llvm::cl::Option | inline |
| iterator typedef | llvm::cl::list_storage< DataType, bool > | |
| list(const list &)=delete | llvm::cl::list< DataType, StorageClass, ParserClass > | |
| list(const Mods &... Ms) | llvm::cl::list< DataType, StorageClass, ParserClass > | inlineexplicit |
| list_storage()=default | llvm::cl::list_storage< DataType, bool > | |
| operator ArrayRef< DataType >() const | llvm::cl::list_storage< DataType, bool > | inline |
| operator std::vector< DataType > &() | llvm::cl::list_storage< DataType, bool > | inline |
| operator&() | llvm::cl::list_storage< DataType, bool > | inline |
| operator&() const | llvm::cl::list_storage< DataType, bool > | inline |
| operator=(const list &)=delete | llvm::cl::list< DataType, StorageClass, ParserClass > | |
| operator[](size_type pos) | llvm::cl::list_storage< DataType, bool > | inline |
| operator[](size_type pos) const | llvm::cl::list_storage< DataType, bool > | inline |
| Option(enum NumOccurrencesFlag OccurrencesFlag, enum OptionHidden Hidden) | llvm::cl::Option | inlineexplicitprotected |
| overwriteDefault() | llvm::cl::list_storage< DataType, bool > | inline |
| printEnumValHelpStr(StringRef HelpStr, size_t Indent, size_t FirstLineIndentedBy) | llvm::cl::Option | static |
| printHelpStr(StringRef HelpStr, size_t Indent, size_t FirstLineIndentedBy) | llvm::cl::Option | static |
| push_back(const DataType &value) | llvm::cl::list_storage< DataType, bool > | inline |
| push_back(DataType &&value) | llvm::cl::list_storage< DataType, bool > | inline |
| reference typedef | llvm::cl::list_storage< DataType, bool > | |
| removeArgument() | llvm::cl::Option | |
| reset() | llvm::cl::Option | |
| setArgStr(StringRef S) | llvm::cl::Option | |
| setCallback(std::function< void(const typename ParserClass::parser_data_type &)> CB) | llvm::cl::list< DataType, StorageClass, ParserClass > | inline |
| setDescription(StringRef S) | llvm::cl::Option | inline |
| setFormattingFlag(enum FormattingFlags V) | llvm::cl::Option | inline |
| setHiddenFlag(enum OptionHidden Val) | llvm::cl::Option | inline |
| setInitialValues(ArrayRef< DataType > Vs) | llvm::cl::list< DataType, StorageClass, ParserClass > | inline |
| setLocation(Option &O, bool &L) | llvm::cl::list_storage< DataType, bool > | inline |
| setMiscFlag(enum MiscFlags M) | llvm::cl::Option | inline |
| setNumAdditionalVals(unsigned n) | llvm::cl::list< DataType, StorageClass, ParserClass > | inline |
| 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 |
| size() const | llvm::cl::list_storage< DataType, bool > | inline |
| size_type typedef | llvm::cl::list_storage< DataType, bool > | |
| Subs | llvm::cl::Option | |
| ValueStr | llvm::cl::Option | |
| ~Option()=default | llvm::cl::Option | virtual |