LLVM 22.0.0git
llvm::cl::OptionCategory Class Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 OptionCategory (StringRef const Name, StringRef const Description="")
StringRef getName () const
StringRef getDescription () const

Detailed Description

Definition at line 181 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionCategory()

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

Definition at line 189 of file CommandLine.h.

Member Function Documentation

◆ getDescription()

StringRef llvm::cl::OptionCategory::getDescription ( ) const
inline

Definition at line 196 of file CommandLine.h.

◆ getName()

StringRef llvm::cl::OptionCategory::getName ( ) const
inline

Definition at line 195 of file CommandLine.h.


The documentation for this class was generated from the following files: