Home | History | Annotate | Download | only in AST

Lines Matching refs:isMsStruct

559   unsigned IsMsStruct : 1;
564 /// a byte, but larger units are used if IsMsStruct.
566 /// LastBitfieldTypeSize - If IsMsStruct, represents the size of the type
632 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
1224 IsMsStruct = RD->isMsStruct(Context);
1482 if (IsMsStruct) {
1511 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) {
1531 if (!IsMsStruct && FieldPacked && FieldSize != 0)
1557 if (IsMsStruct) {
1600 if (!IsMsStruct &&
1619 } else if (IsMsStruct && FieldSize) {
1690 if (IsMsStruct) {