LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
OptionCategory (const char *const Name, const char *const Description=nullptr) | |
const char * | getName () const |
const char * | getDescription () const |
Definition at line 143 of file CommandLine.h.
llvm::cl::OptionCategory::OptionCategory | ( | const char *const | Name, |
const char *const | Description = nullptr |
||
) | [inline] |
Definition at line 149 of file CommandLine.h.
const char* llvm::cl::OptionCategory::getDescription | ( | ) | const [inline] |
Definition at line 152 of file CommandLine.h.
const char* llvm::cl::OptionCategory::getName | ( | ) | const [inline] |
Definition at line 151 of file CommandLine.h.