Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2333 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument
2353 BitfieldSize = ParseConstantExpression(); in ParseCXXMemberDeclaratorBeforeInitializer()
2354 if (BitfieldSize.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()
2386 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2403 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2721 ExprResult BitfieldSize; in ParseCXXClassMemberDeclaration() local
2727 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) { in ParseCXXClassMemberDeclaration()
2733 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
2826 if (BitfieldSize.isUsable() && !DeclaratorInfo.hasName()) { in ParseCXXClassMemberDeclaration()
2841 if (BitfieldSize.get()) in ParseCXXClassMemberDeclaration()
[all …]
H A DParseObjc.cpp737 if (FD.BitfieldSize) { in ParseObjCInterfaceDeclList()
1981 FD.BitfieldSize, visibility); in ParseObjCClassInstanceVariables()
H A DParseDecl.cpp4228 DeclaratorInfo.BitfieldSize = Res.get(); in ParseStructDeclaration()
4319 FD.D, FD.BitfieldSize); in ParseStructUnionBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2609 Expr *BitfieldSize; member
2611 : D(DS, DeclaratorContext::Member), BitfieldSize(nullptr) {} in FieldDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3094 ExprResult &BitfieldSize,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2677 int64_t BitfieldSize = Field->getBitWidthValue(Context); in structHasUniqueObjectRepresentations() local
2679 if (BitfieldSize > FieldSizeInBits) in structHasUniqueObjectRepresentations()
2681 FieldSizeInBits = BitfieldSize; in structHasUniqueObjectRepresentations()