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

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 1542   CXXScopeSpec &SS = DS.getTypeSpecScope();
 1551       DS.SetTypeSpecError();
 1647       DS.SetTypeSpecError();
 1690     if (DS.isFriendSpecified()) {
 1694         << SourceRange(DS.getFriendSpecLoc());
 1738     TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
 1780   if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error ||
 1782     if (DS.getTypeSpecType() != DeclSpec::TST_error) {
 1856           Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation);
 1878           getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
 1902         getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name,
 1929     stripTypeAttributesOffDeclSpec(attrs, DS, TUK);
 1934         DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
 1967           !Actions.ActOnDuplicateDefinition(DS, TagOrTempResult.get(),
 1969         DS.SetTypeSpecError();
 1983     Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
 1987     Result = DS.SetTypeSpecType(TagType, StartLoc,
 1992     DS.SetTypeSpecError();