Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h195 uint32_t BitLow = 0; variable
203 BitLow = Offset; in set()
207 uint64_t get() const { return BitLow | (uint64_t(BitHigh) << 32); } in get()