LLVM: llvm::sys::unicode::Node Struct Reference (original) (raw)

Public Attributes
bool IsRoot = false
char32_t Value = 0xFFFFFFFF
uint32_t ChildrenOffset = 0
bool HasSibling = false
uint32_t Size = 0
StringRef Name
const Node * Parent = nullptr

Definition at line 31 of file UnicodeNameToCodepoint.cpp.

fullName()

std::string llvm::sys::unicode::Node::fullName ( ) const inline

hasChildren()

bool llvm::sys::unicode::Node::hasChildren ( ) const inlineconstexpr

isValid()

bool llvm::sys::unicode::Node::isValid ( ) const inlineconstexpr

ChildrenOffset

uint32_t llvm::sys::unicode::Node::ChildrenOffset = 0

HasSibling

bool llvm::sys::unicode::Node::HasSibling = false

IsRoot

bool llvm::sys::unicode::Node::IsRoot = false

Name

Parent

const Node* llvm::sys::unicode::Node::Parent = nullptr

Size

uint32_t llvm::sys::unicode::Node::Size = 0

Value

char32_t llvm::sys::unicode::Node::Value = 0xFFFFFFFF


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