LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::alias:
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 988 of file CommandLine.h.
|
Definition at line 1017 of file CommandLine.h. References llvm::cl::apply(). |
|
Definition at line 1023 of file CommandLine.h. References llvm::cl::apply(). |
|
Definition at line 1029 of file CommandLine.h. References llvm::cl::apply(). |
|
Definition at line 1035 of file CommandLine.h. References llvm::cl::apply(). |
|
Definition at line 1009 of file CommandLine.h. References llvm::cl::Option::error(). Referenced by llvm::cl::aliasopt::apply(). |