reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
16029     if (BitWidth) {
16036   if (!InvalidDecl && getLangOpts().CPlusPlus && !II && BitWidth &&
16076     BitWidth = nullptr;
16078   if (BitWidth) {
16079     BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth,
16079     BitWidth = VerifyBitField(Loc, II, T, Record->isMsStruct(Context), BitWidth,
16081     if (!BitWidth) {
16083       BitWidth = nullptr;
16116                                        BitWidth, Mutable, InitStyle);