Searched defs:BitfieldSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2031 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize,
2045 BitfieldSize = ParseConstantExpression();
2046 if (BitfieldSize.isInvalid())
2072 if (BitfieldSize.isUnset() && VS.isUnset()) {
2091 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) {
2380 ExprResult BitfieldSize; local
2385 DeclaratorInfo, VS, BitfieldSize, LateParsedAttrs)) {
2391 if (BitfieldSize.isUnset()) {
2484 if (BitfieldSize.get()) {
2519 BitfieldSize
2030 ParseCXXMemberDeclaratorBeforeInitializer( Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, LateParsedAttrList &LateParsedAttrs) argument
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h2170 Expr *BitfieldSize; member in struct:FieldDeclarator
2172 : D(DS, Declarator::MemberContext), BitfieldSize(nullptr) { }

Completed in 82 milliseconds