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.h87 static constexpr int InterestingIdentifierBits = 16; variable
125 unsigned InterestingIdentifierID : InterestingIdentifierBits;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp39 static_assert(2 * LargestBuiltinID < (2 << (InterestingIdentifierBits - 1)),