Home | History | Annotate | Download | only in Sema

Lines Matching refs:isMsStruct

11634                                 QualType FieldTy, bool IsMsStruct,
11684 if (!getLangOpts().CPlusPlus || IsMsStruct ||
11903 BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth,
12092 BitWidth = VerifyBitField(Loc, II, T, /*IsMsStruct*/false, BitWidth).get();