LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
ParserClass & | getParser () |
unsigned | getPosition (unsigned optnum) const |
void | setNumAdditionalVals (unsigned n) |
template<class M0t > | |
list (const M0t &M0) | |
template<class M0t , class M1t > | |
list (const M0t &M0, const M1t &M1) | |
template<class M0t , class M1t , class M2t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2) | |
template<class M0t , class M1t , class M2t , class M3t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t , class M6t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) | |
template<class M0t , class M1t , class M2t , class M3t , class M4t , class M5t , class M6t , class M7t > | |
list (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) |
Definition at line 1328 of file CommandLine.h.
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0 | ) | [inline, explicit] |
Definition at line 1379 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1 | ||
) | [inline] |
Definition at line 1385 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2 | ||
) | [inline] |
Definition at line 1391 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3 | ||
) | [inline] |
Definition at line 1398 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4 | ||
) | [inline] |
Definition at line 1405 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5 | ||
) | [inline] |
Definition at line 1414 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5, | ||
const M6t & | M6 | ||
) | [inline] |
Definition at line 1423 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::list< DataType, Storage, ParserClass >::list | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3, | ||
const M4t & | M4, | ||
const M5t & | M5, | ||
const M6t & | M6, | ||
const M7t & | M7 | ||
) | [inline] |
Definition at line 1433 of file CommandLine.h.
References llvm::cl::apply().
ParserClass& llvm::cl::list< DataType, Storage, ParserClass >::getParser | ( | ) | [inline] |
Definition at line 1366 of file CommandLine.h.
unsigned llvm::cl::list< DataType, Storage, ParserClass >::getPosition | ( | unsigned | optnum | ) | const [inline] |
Definition at line 1368 of file CommandLine.h.
void llvm::cl::list< DataType, Storage, ParserClass >::setNumAdditionalVals | ( | unsigned | n | ) | [inline] |
Reimplemented from llvm::cl::Option.
Definition at line 1373 of file CommandLine.h.
Referenced by llvm::cl::multi_val::apply().