LLVM 19.0.0git
Public Attributes | List of all members
llvm::cl::OptionEnumValue Struct Reference

#include "llvm/Support/CommandLine.h"

Public Attributes

StringRef Name
 
int Value
 
StringRef Description
 

Detailed Description

Definition at line 685 of file CommandLine.h.

Member Data Documentation

◆ Description

StringRef llvm::cl::OptionEnumValue::Description

Definition at line 688 of file CommandLine.h.

◆ Name

StringRef llvm::cl::OptionEnumValue::Name

Definition at line 686 of file CommandLine.h.

◆ Value

int llvm::cl::OptionEnumValue::Value

Definition at line 687 of file CommandLine.h.


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