Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2278 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()
2279 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()
2305 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2322 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2628 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local
2633 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()
2639 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
2736 if (BitfieldSize.get()) in ParseCXXClassMemberDeclaration()
2769 BitfieldSize.get(), in ParseCXXClassMemberDeclaration()
2869 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()
[all …]
H A DParseObjc.cpp726 if (FD.BitfieldSize) { in ParseObjCInterfaceDeclList()
1955 FD.BitfieldSize, visibility); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp3949 DeclaratorInfo.BitfieldSize = Res.get(); in ParseStructDeclaration()
4034 FD.D, FD.BitfieldSize); in ParseStructUnionBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h2492 Expr *BitfieldSize; member
2495 BitfieldSize(nullptr) {} in FieldDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2737 ExprResult &BitfieldSize,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2386 int64_t BitfieldSize = Field->getBitWidthValue(Context); in structHasUniqueObjectRepresentations() local
2388 if (BitfieldSize > FieldSizeInBits) in structHasUniqueObjectRepresentations()
2390 FieldSizeInBits = BitfieldSize; in structHasUniqueObjectRepresentations()