reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4448 Diag(StartLoc, diag::warn_cxx98_compat_enum_fixed_underlying_type); 4450 Diag(StartLoc, diag::ext_cxx11_enum_fixed_underlying_type); 4452 Diag(StartLoc, diag::ext_ms_c_enum_fixed_underlying_type); 4454 Diag(StartLoc, diag::ext_clang_c_enum_fixed_underlying_type); 4516 Diag(StartLoc, diag::err_explicit_instantiation_enum); 4550 getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, Name, NameLoc, 4565 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, 4566 NameLoc.isValid() ? NameLoc : StartLoc, 4569 Diag(StartLoc, DiagID) << PrevSpec; 4583 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); 4589 if (DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc, 4590 NameLoc.isValid() ? NameLoc : StartLoc, 4593 Diag(StartLoc, DiagID) << PrevSpec; 4612 ParseEnumBody(StartLoc, D); 4620 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, 4621 NameLoc.isValid() ? NameLoc : StartLoc, 4624 Diag(StartLoc, DiagID) << PrevSpec;