Home
last modified time | relevance | path

Searched refs:BitOffsetLow (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h224 uint32_t BitOffsetLow = 0; member
231 BitOffsetLow = Offset; in setBitOffset()
236 return BitOffsetLow | (uint64_t(BitOffsetHigh) << 32); in getBitOffset()