LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::cl::desc Struct Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 desc (StringRef Str)
 
void apply (Option &O) const
 

Public Attributes

StringRef Desc
 

Detailed Description

Definition at line 416 of file CommandLine.h.

Constructor & Destructor Documentation

◆ desc()

llvm::cl::desc::desc ( StringRef  Str)
inline

Definition at line 419 of file CommandLine.h.

Member Function Documentation

◆ apply()

void llvm::cl::desc::apply ( Option O) const
inline

Definition at line 421 of file CommandLine.h.

Member Data Documentation

◆ Desc

StringRef llvm::cl::desc::Desc

Definition at line 417 of file CommandLine.h.


The documentation for this struct was generated from the following file: