LLVM 22.0.0git
llvm::sys::unicode::MatchForCodepointName Struct Reference

#include "llvm/Support/Unicode.h"

Public Attributes

std::string Name
uint32_t Distance = 0
char32_t Value = 0

Detailed Description

Definition at line 81 of file Unicode.h.

Member Data Documentation

◆ Distance

uint32_t llvm::sys::unicode::MatchForCodepointName::Distance = 0

Definition at line 83 of file Unicode.h.

Referenced by llvm::sys::unicode::nearestMatchesForCodepointName().

◆ Name

std::string llvm::sys::unicode::MatchForCodepointName::Name

Definition at line 82 of file Unicode.h.

Referenced by llvm::sys::unicode::nearestMatchesForCodepointName().

◆ Value

char32_t llvm::sys::unicode::MatchForCodepointName::Value = 0

Definition at line 84 of file Unicode.h.


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