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

References

tools/clang/lib/Sema/SemaDecl.cpp
 4634     if (TypeSpecType == DeclSpec::TST_class ||
 4635         TypeSpecType == DeclSpec::TST_struct ||
 4636         TypeSpecType == DeclSpec::TST_interface ||
 4637         TypeSpecType == DeclSpec::TST_union ||
 4638         TypeSpecType == DeclSpec::TST_enum) {
 4641             << AL << GetDiagnosticTypeSpecifierID(TypeSpecType);