Searched refs:BitfieldSize (Results 1 – 6 of 6) sorted by relevance
2531 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()2532 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2565 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2583 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2921 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local2932 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()2941 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()3033 if (BitfieldSize.isUsable() && !DeclaratorInfo.hasName()) { in ParseCXXClassMemberDeclaration()3048 if (BitfieldSize.get()) in ParseCXXClassMemberDeclaration()3190 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()[all …]
787 if (FD.BitfieldSize) { in ParseObjCInterfaceDeclList()2034 FD.BitfieldSize, visibility); in ParseObjCClassInstanceVariables()
4668 DeclaratorInfo.BitfieldSize = Res.get(); in ParseStructDeclaration()4764 FD.D, FD.BitfieldSize); in ParseStructUnionBody()
2690 Expr *BitfieldSize; member2694 BitfieldSize(nullptr) {} in FieldDeclarator()
3268 ExprResult &BitfieldSize,
2674 int64_t BitfieldSize = Field->getBitWidthValue(Context); in getSubobjectSizeInBits() local2676 if ((unsigned)BitfieldSize > in getSubobjectSizeInBits()2679 } else if (BitfieldSize > FieldSizeInBits) { in getSubobjectSizeInBits()2682 FieldSizeInBits = BitfieldSize; in getSubobjectSizeInBits()