LLVM  8.0.1
Public Member Functions | List of all members
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 184 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionCategory()

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

Definition at line 192 of file CommandLine.h.

Member Function Documentation

◆ getDescription()

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

◆ getName()

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

Definition at line 198 of file CommandLine.h.

Referenced by llvm::cl::basic_parser_impl::anchor().


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