LLVM 20.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
sub (SubCommand &S) | |
sub (SubCommandGroup &G) | |
template<class Opt > | |
void | apply (Opt &O) const |
Public Attributes | |
SubCommand * | Sub = nullptr |
SubCommandGroup * | Group = nullptr |
Definition at line 477 of file CommandLine.h.
|
inline |
Definition at line 481 of file CommandLine.h.
|
inline |
Definition at line 482 of file CommandLine.h.
|
inline |
Definition at line 484 of file CommandLine.h.
References llvm::cl::SubCommandGroup::getSubCommands(), Group, and Sub.
SubCommandGroup* llvm::cl::sub::Group = nullptr |
Definition at line 479 of file CommandLine.h.
Referenced by apply().
SubCommand* llvm::cl::sub::Sub = nullptr |
Definition at line 478 of file CommandLine.h.
Referenced by apply().