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()
1502 if (IsMsStruct) { in LayoutBitField()
1531 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()
1551 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()
1570 if (IsMsStruct && IsUnion) { in LayoutBitField()
1583 if (IsMsStruct) { in LayoutBitField()
1626 if (!IsMsStruct && in LayoutBitField()
1643 if (IsMsStruct) { in LayoutBitField()
1656 } else if (IsMsStruct && FieldSize) { in LayoutBitField()
1728 if (IsMsStruct) { in LayoutField()