LLVM API Documentation

llvm::cl::parser< DataType > Member List
This is the complete list of members for llvm::cl::parser< DataType >, including all inherited members.
addLiteralOption(const char *Name, const DT &V, const char *HelpStr)llvm::cl::parser< DataType > [inline]
findOption(const char *Name)llvm::cl::generic_parser_base
getDescription(unsigned N) const overridellvm::cl::parser< DataType > [inline, virtual]
getExtraOptionNames(SmallVectorImpl< const char * > &OptionNames)llvm::cl::generic_parser_base [inline]
getNumOptions() const overridellvm::cl::parser< DataType > [inline, virtual]
getOption(unsigned N) const overridellvm::cl::parser< DataType > [inline, virtual]
getOptionValue(unsigned N) const overridellvm::cl::parser< DataType > [inline, virtual]
getOptionWidth(const Option &O) const llvm::cl::generic_parser_base [virtual]
getValueExpectedFlagDefault() const llvm::cl::generic_parser_base [inline]
hasArgStrllvm::cl::generic_parser_base [protected]
initialize(Option &O)llvm::cl::generic_parser_base [inline]
parse(Option &O, StringRef ArgName, StringRef Arg, DataType &V)llvm::cl::parser< DataType > [inline]
parser_data_type typedefllvm::cl::parser< DataType >
printGenericOptionDiff(const Option &O, const GenericOptionValue &V, const GenericOptionValue &Default, size_t GlobalWidth) const llvm::cl::generic_parser_base
printOptionDiff(const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const llvm::cl::generic_parser_base [inline]
printOptionInfo(const Option &O, size_t GlobalWidth) const llvm::cl::generic_parser_base [virtual]
removeLiteralOption(const char *Name)llvm::cl::parser< DataType > [inline]
Valuesllvm::cl::parser< DataType > [protected]
~generic_parser_base()llvm::cl::generic_parser_base [inline, virtual]