Searched refs:BitfieldSize (Results 1 – 6 of 6) sorted by relevance
2401 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()2402 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2435 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2453 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()2785 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local2796 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()2805 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()2897 if (BitfieldSize.isUsable() && !DeclaratorInfo.hasName()) { in ParseCXXClassMemberDeclaration()2912 if (BitfieldSize.get()) in ParseCXXClassMemberDeclaration()3052 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()[all …]
739 if (FD.BitfieldSize) { in ParseObjCInterfaceDeclList()1989 FD.BitfieldSize, visibility); in ParseObjCClassInstanceVariables()
4398 DeclaratorInfo.BitfieldSize = Res.get(); in ParseStructDeclaration()4489 FD.D, FD.BitfieldSize); in ParseStructUnionBody()
2650 Expr *BitfieldSize; member2654 BitfieldSize(nullptr) {} in FieldDeclarator()
3103 ExprResult &BitfieldSize,
2707 int64_t BitfieldSize = Field->getBitWidthValue(Context); in getSubobjectSizeInBits() local2709 if ((unsigned)BitfieldSize > in getSubobjectSizeInBits()2712 } else if (BitfieldSize > FieldSizeInBits) { in getSubobjectSizeInBits()2715 FieldSizeInBits = BitfieldSize; in getSubobjectSizeInBits()