Lines Matching refs:BitfieldSize
2077 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument
2091 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()
2092 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()
2118 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2137 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2442 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local
2447 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()
2453 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
2539 if (BitfieldSize.get()) { in ParseCXXClassMemberDeclaration()
2582 BitfieldSize.get(), in ParseCXXClassMemberDeclaration()
2683 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()
2691 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) in ParseCXXClassMemberDeclaration()