LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
void | setAliasFor (Option &O) |
template<class M0t > | |
alias (const M0t &M0) | |
template<class M0t , class M1t > | |
alias (const M0t &M0, const M1t &M1) | |
template<class M0t , class M1t , class M2t > | |
alias (const M0t &M0, const M1t &M1, const M2t &M2) | |
template<class M0t , class M1t , class M2t , class M3t > | |
alias (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) | |
![]() | |
enum NumOccurrencesFlag | getNumOccurrencesFlag () const |
enum ValueExpected | getValueExpectedFlag () const |
enum OptionHidden | getOptionHiddenFlag () const |
enum FormattingFlags | getFormattingFlag () const |
unsigned | getMiscFlags () const |
unsigned | getPosition () const |
unsigned | getNumAdditionalVals () const |
bool | hasArgStr () const |
void | setArgStr (const char *S) |
void | setDescription (const char *S) |
void | setValueStr (const char *S) |
void | setNumOccurrencesFlag (enum NumOccurrencesFlag Val) |
void | setValueExpectedFlag (enum ValueExpected Val) |
void | setHiddenFlag (enum OptionHidden Val) |
void | setFormattingFlag (enum FormattingFlags V) |
void | setMiscFlag (enum MiscFlags M) |
void | setPosition (unsigned pos) |
void | setCategory (OptionCategory &C) |
void | addArgument () |
Option * | getNextRegisteredOption () const |
virtual void | getExtraOptionNames (SmallVectorImpl< const char * > &) |
bool | addOccurrence (unsigned pos, StringRef ArgName, StringRef Value, bool MultiArg=false) |
bool | error (const Twine &Message, StringRef ArgName=StringRef()) |
int | getNumOccurrences () const |
virtual | ~Option () |
Additional Inherited Members | |
![]() | |
const char * | ArgStr |
const char * | HelpStr |
const char * | ValueStr |
OptionCategory * | Category |
![]() | |
Option (enum NumOccurrencesFlag OccurrencesFlag, enum OptionHidden Hidden) | |
void | setNumAdditionalVals (unsigned n) |
Definition at line 1635 of file CommandLine.h.
|
inlineexplicit |
Definition at line 1665 of file CommandLine.h.
References llvm::cl::apply().
|
inline |
Definition at line 1671 of file CommandLine.h.
References llvm::cl::apply().
|
inline |
Definition at line 1677 of file CommandLine.h.
References llvm::cl::apply().
|
inline |
Definition at line 1684 of file CommandLine.h.
References llvm::cl::apply().
|
inline |
Definition at line 1657 of file CommandLine.h.
References llvm::cl::Option::error().
Referenced by llvm::cl::aliasopt::apply().