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

References

tools/clang/lib/Parse/ParseDecl.cpp
 4327   CXXScopeSpec &SS = DS.getTypeSpecScope();
 4473     if (DS.isFriendSpecified()) {
 4475         << SourceRange(DS.getFriendSpecLoc());
 4486     TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
 4515       DS.SetTypeSpecError();
 4536   stripTypeAttributesOffDeclSpec(attrs, DS, TUK);
 4551       attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
 4565     if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc,
 4577       DS.SetTypeSpecError();
 4585       DS.SetTypeSpecError();
 4589     if (DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
 4606     DS.SetTypeSpecError();
 4614         !Actions.ActOnDuplicateDefinition(DS, TagDecl, SkipBody)) {
 4615       DS.SetTypeSpecError();
 4620   if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc,