Lines Matching full:fieldname
10908 // Note that FieldName may be null for anonymous bitfields.
10910 IdentifierInfo *FieldName,
10923 if (FieldName)
10925 << FieldName << FieldTy << BitWidth->getSourceRange();
10947 if (Value == 0 && FieldName)
10948 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
10951 if (FieldName)
10953 << FieldName << Value.toString(10);
10962 if (FieldName)
10964 << FieldName << (unsigned)Value.getZExtValue()
10971 if (FieldName)
10973 << FieldName << (unsigned)Value.getZExtValue()