Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h49 constexpr static unsigned UIntBits = CHAR_BIT * sizeof(UIntTy); variable
99 constexpr static auto UIntBits = SourceLocationEncoding::UIntBits; variable