class OptionCategory
Declaration
class OptionCategory { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:191
Method Overview
- public OptionCategory(const llvm::StringRef Name, const llvm::StringRef Description = "")
- public llvm::StringRef getDescription() const
- public llvm::StringRef getName() const
Methods
¶OptionCategory(
const llvm::StringRef Name,
const llvm::StringRef Description = "")
OptionCategory(
const llvm::StringRef Name,
const llvm::StringRef Description = "")
Declared at: llvm/include/llvm/Support/CommandLine.h:199
Parameters
- const llvm::StringRef Name
- const llvm::StringRef Description = ""
¶llvm::StringRef getDescription() const
llvm::StringRef getDescription() const
Declared at: llvm/include/llvm/Support/CommandLine.h:206
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/Support/CommandLine.h:205