Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2410 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()
2411 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()
2443 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2460 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2783 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local
2789 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()
2795 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
2888 if (BitfieldSize.isUsable() && !DeclaratorInfo.hasName()) { in ParseCXXClassMemberDeclaration()
2903 if (BitfieldSize.get()) in ParseCXXClassMemberDeclaration()
3041 BitfieldSize = ExprResult(/*Invalid=*/false); in ParseCXXClassMemberDeclaration()
[all …]
H A DParseObjc.cpp737 if (FD.BitfieldSize) { in ParseObjCInterfaceDeclList()
1981 FD.BitfieldSize, visibility); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp4241 DeclaratorInfo.BitfieldSize = Res.get(); in ParseStructDeclaration()
4332 FD.D, FD.BitfieldSize); in ParseStructUnionBody()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2609 Expr *BitfieldSize; member
2611 : D(DS, DeclaratorContext::Member), BitfieldSize(nullptr) {} in FieldDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3123 ExprResult &BitfieldSize,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2692 int64_t BitfieldSize = Field->getBitWidthValue(Context); in structHasUniqueObjectRepresentations() local
2694 if (BitfieldSize > FieldSizeInBits) in structHasUniqueObjectRepresentations()
2696 FieldSizeInBits = BitfieldSize; in structHasUniqueObjectRepresentations()