Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2660 bool IsBitIntType = Field->getType()->isBitIntType(); in getSubobjectSizeInBits() local
2661 if (!Field->getType()->isReferenceType() && !IsBitIntType && in getSubobjectSizeInBits()
2675 if (IsBitIntType) { in getSubobjectSizeInBits()
2683 } else if (IsBitIntType && !Context.hasUniqueObjectRepresentations( in getSubobjectSizeInBits()