Lines Matching refs:BitfieldSize
2031 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument
2045 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()
2046 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()
2072 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2091 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2380 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local
2385 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()
2391 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
2484 if (BitfieldSize.get()) { in ParseCXXClassMemberDeclaration()
2519 BitfieldSize.get(), in ParseCXXClassMemberDeclaration()
2611 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()
2620 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) in ParseCXXClassMemberDeclaration()