|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/Parse/ParseDeclCXX.cpp 1784 Diag(StartLoc, diag::err_anon_type_definition)
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,
1946 SS, Name, StartLoc, NameLoc);
1956 SkipCXXMemberSpecification(StartLoc, AttrFixitLoc, TagType,
1959 ParseCXXMemberSpecification(StartLoc, AttrFixitLoc, attrs, TagType,
1965 ParseStructUnionBody(StartLoc, TagType, D);
1983 Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
1984 NameLoc.isValid() ? NameLoc : StartLoc,
1987 Result = DS.SetTypeSpecType(TagType, StartLoc,
1988 NameLoc.isValid() ? NameLoc : StartLoc,
1997 Diag(StartLoc, DiagID) << PrevSpec;