struct Node

Declaration

struct Node { /* full declaration omitted */ };

Declared at: llvm/lib/Support/UnicodeNameToCodepoint.cpp:31

Member Variables

public bool IsRoot = false
public char32_t Value = 4294967295U
public uint32_t ChildrenOffset = 0
public bool HasSibling = false
public uint32_t Size = 0
public llvm::StringRef Name
public const llvm::sys::unicode::Node* Parent = nullptr

Method Overview

Methods

std::string fullName() const

Declared at: llvm/lib/Support/UnicodeNameToCodepoint.cpp:45

constexpr bool hasChildren() const

Declared at: llvm/lib/Support/UnicodeNameToCodepoint.cpp:43

constexpr bool isValid() const

Declared at: llvm/lib/Support/UnicodeNameToCodepoint.cpp:40