Lines Matching refs:Field
1563 case tok::l_square: // Might be an attribute on an unnamed bit-field.
1567 case tok::colon: // Might be a typo for '::' or an unnamed bit-field.
1593 // this is a bit-field.
3628 Decl *Field =
3632 FieldDecls.push_back(Field);
3633 FD.complete(Field);
3848 // bit-field. This is the common case.
4664 // C(X) : (the name of a bit-field cannot be parenthesized).