Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance
557 unsigned IsMsStruct : 1; member in __anoncc229ba80111::RecordLayoutBuilder630 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false), in RecordLayoutBuilder()1210 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()1483 if (IsMsStruct) { in LayoutBitField()1512 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()1532 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()1558 if (IsMsStruct) { in LayoutBitField()1601 if (!IsMsStruct && in LayoutBitField()1620 } else if (IsMsStruct && FieldSize) { in LayoutBitField()1692 if (IsMsStruct) { in LayoutField()
12075 QualType FieldTy, bool IsMsStruct, in VerifyBitField() argument12125 if (!getLangOpts().CPlusPlus || IsMsStruct || in VerifyBitField()
8303 QualType FieldTy, bool IsMsStruct,