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

References

tools/clang/lib/Parse/ParseDecl.cpp
 2884   assert(DS.hasTagDefinition() && "shouldn't call this");
 2966   Diag(PP.getLocForEndOfToken(DS.getRepAsDecl()->getEndLoc()),
 2968       << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi;
 2977   DS.ClearTypeSpecType();
 2979   ParseDeclarationSpecifiers(DS, NotATemplate, AS, DSContext, LateAttrs);