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) |
Definition at line 1646 of file CommandLine.h.
llvm::cl::alias::alias | ( | const M0t & | M0 | ) | [inline, explicit] |
Definition at line 1684 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::alias::alias | ( | const M0t & | M0, |
const M1t & | M1 | ||
) | [inline] |
Definition at line 1690 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::alias::alias | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2 | ||
) | [inline] |
Definition at line 1697 of file CommandLine.h.
References llvm::cl::apply().
llvm::cl::alias::alias | ( | const M0t & | M0, |
const M1t & | M1, | ||
const M2t & | M2, | ||
const M3t & | M3 | ||
) | [inline] |
Definition at line 1704 of file CommandLine.h.
References llvm::cl::apply().
void llvm::cl::alias::setAliasFor | ( | Option & | O | ) | [inline] |
Definition at line 1676 of file CommandLine.h.
References llvm::cl::Option::error().
Referenced by llvm::cl::aliasopt::apply().