Home | History | Annotate | Download | only in Sema

Lines Matching refs:VerifyBitField

12206 ExprResult Sema::VerifyBitField(SourceLocation FieldLoc,
12477 BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth,
12669 BitWidth = VerifyBitField(Loc, II, T, /*IsMsStruct*/false, BitWidth).get();