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

References

tools/clang/lib/Sema/SemaDecl.cpp
14423   if (IsScoped != Prev->isScoped()) {
14425       << Prev->isScoped();
14426     Diag(Prev->getLocation(), diag::note_previous_declaration);
14430   if (IsFixed && Prev->isFixed()) {
14432         !Prev->getIntegerType()->isDependentType() &&
14434                                         Prev->getIntegerType())) {
14437         << EnumUnderlyingTy << Prev->getIntegerType();
14438       Diag(Prev->getLocation(), diag::note_previous_declaration)
14439           << Prev->getIntegerTypeRange();
14442   } else if (IsFixed != Prev->isFixed()) {
14444       << Prev->isFixed();
14445     Diag(Prev->getLocation(), diag::note_previous_declaration);