Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance
620 unsigned IsMsStruct : 1; member in __anon28bd2e0c0111::ItaniumRecordLayoutBuilder700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()1318 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()1603 if (IsMsStruct) { in LayoutBitField()1657 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()1682 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()1705 if (IsMsStruct && IsUnion) { in LayoutBitField()1718 if (IsMsStruct) { in LayoutBitField()1775 if (!IsMsStruct && in LayoutBitField()1805 if (IsMsStruct) { in LayoutBitField()[all …]
17731 bool IsMsStruct, Expr *BitWidth) { in VerifyBitField() argument17793 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft()); in VerifyBitField()
12929 QualType FieldTy, bool IsMsStruct, Expr *BitWidth);