Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h85 static constexpr int InterestingIdentifierBits = 16; variable
124 unsigned InterestingIdentifierID : InterestingIdentifierBits;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp38 static_assert(2 * LargestBuiltinID < (2 << (InterestingIdentifierBits - 1)),