|
LLVM 24.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
| SubCommand (StringRef Name, StringRef Description="") | |
| SubCommand ()=default | |
| LLVM_ABI void | reset () |
| LLVM_ABI | operator bool () const |
| StringRef | getName () const |
| StringRef | getDescription () const |
Static Public Member Functions | |
| static LLVM_ABI SubCommand & | getTopLevel () |
| static LLVM_ABI SubCommand & | getAll () |
Public Attributes | |
| SmallVector< Option *, 4 > | PositionalOpts |
| DenseMap< StringRef, Option * > | OptionsMap |
| Option * | ConsumeAfterOpt = nullptr |
Protected Member Functions | |
| LLVM_ABI void | registerSubCommand () |
| LLVM_ABI void | unregisterSubCommand () |
Definition at line 200 of file CommandLine.h.
Definition at line 210 of file CommandLine.h.
References registerSubCommand().
Referenced by getAll(), getTopLevel(), and SubCommand().
|
default |
References LLVM_ABI, and SubCommand().
|
static |
Definition at line 511 of file CommandLine.cpp.
References SubCommand().
|
inline |
Definition at line 228 of file CommandLine.h.
|
inline |
Definition at line 227 of file CommandLine.h.
|
static |
Definition at line 505 of file CommandLine.cpp.
References SubCommand().
|
explicit |
Definition at line 531 of file CommandLine.cpp.
References globalParser().
|
protected |
Definition at line 516 of file CommandLine.cpp.
References globalParser().
Referenced by SubCommand().
| void SubCommand::reset | ( | ) |
Definition at line 524 of file CommandLine.cpp.
References ConsumeAfterOpt, OptionsMap, and PositionalOpts.
|
protected |
Definition at line 520 of file CommandLine.cpp.
References globalParser().
| Option* llvm::cl::SubCommand::ConsumeAfterOpt = nullptr |
Definition at line 233 of file CommandLine.h.
Referenced by reset().
Definition at line 231 of file CommandLine.h.
Referenced by reset().
| SmallVector<Option *, 4> llvm::cl::SubCommand::PositionalOpts |
Definition at line 230 of file CommandLine.h.
Referenced by reset().