class OptionCategory

Declaration

class OptionCategory { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/CommandLine.h:191

Method Overview

Methods

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

Declared at: llvm/include/llvm/Support/CommandLine.h:206

llvm::StringRef getName() const

Declared at: llvm/include/llvm/Support/CommandLine.h:205