Lines Matching refs:IsMsStruct
602 unsigned IsMsStruct : 1; member in __anon07e898d70111::ItaniumRecordLayoutBuilder
663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false), in ItaniumRecordLayoutBuilder()
1232 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()
1500 if (IsMsStruct) { in LayoutBitField()
1529 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()
1549 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()
1572 if (IsMsStruct && IsUnion) { in LayoutBitField()
1585 if (IsMsStruct) { in LayoutBitField()
1641 if (!IsMsStruct && in LayoutBitField()
1658 if (IsMsStruct) { in LayoutBitField()
1671 } else if (IsMsStruct && FieldSize) { in LayoutBitField()
1743 if (IsMsStruct) { in LayoutField()