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

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 1399     TagType = DeclSpec::TST_struct;
 1401     TagType = DeclSpec::TST_interface;
 1403     TagType = DeclSpec::TST_class;
 1406     TagType = DeclSpec::TST_union;
 1411     Actions.CodeCompleteTag(getCurScope(), TagType);
 1450   if (TagType == DeclSpec::TST_struct &&
 1537                                         TagType == DeclSpec::TST_struct;
 1743                        DeclSpec::getSpecifierName(TagType, PPol));
 1785         << DeclSpec::getSpecifierName(TagType, Policy);
 1816           TagType, StartLoc, SS, TemplateId->Template,
 1828       TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
 1878           getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
 1896         TagType, StartLoc, SS, Name, NameLoc, attrs);
 1902         getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name,
 1933         getCurScope(), TagType, TUK, StartLoc, SS, Name, NameLoc, attrs, AS,
 1945       TypeResult = Actions.ActOnDependentTag(getCurScope(), TagType, TUK,
 1956       SkipCXXMemberSpecification(StartLoc, AttrFixitLoc, TagType,
 1959       ParseCXXMemberSpecification(StartLoc, AttrFixitLoc, attrs, TagType,
 1965       ParseStructUnionBody(StartLoc, TagType, D);
 1987     Result = DS.SetTypeSpecType(TagType, StartLoc,
 2017                        DeclSpec::getSpecifierName(TagType, PPol));