class OptionCategory

Declaration

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

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

Member Variables

private const llvm::StringRef Name
private const llvm::StringRef Description

Method Overview

Methods

OptionCategory(
    const llvm::StringRef Name,
    const llvm::StringRef Description = "")

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

Parameters

const llvm::StringRef Name
const llvm::StringRef Description = ""

llvm::StringRef getDescription() const

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

llvm::StringRef getName() const

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

void registerCategory()

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