Home
last modified time | relevance | path

Searched defs:ChildrenOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp185 struct ChildrenOffset { in dumpIndex() struct
186 Node *FirstChild; in dumpIndex()
187 std::size_t Offset; in dumpIndex()
188 bool HasValue; in dumpIndex()
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp34 uint32_t ChildrenOffset = 0; member