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

References

tools/clang/lib/Parse/Parser.cpp
  999   MaybeParseMicrosoftAttributes(DS.getAttributes());
 1001   ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS,
 1006   if (DS.hasTagDefinition() && DiagnoseMissingSemiAfterTagDefinition(
 1007                                    DS, AS, DeclSpecContext::DSC_top_level))
 1033         DeclSpec::isDeclRep(DS.getTypeSpecType())
 1034             ? DS.getTypeSpecTypeLoc().getLocWithOffset(
 1035                   LengthOfTSTToken(DS.getTypeSpecType()))
 1041                                                        DS, AnonRecord);
 1042     DS.complete(TheDecl);
 1052   DS.takeAttributesFrom(attrs);
 1067     DS.abort();
 1071     if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
 1076       return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
 1079       return ParseObjCAtImplementationDeclaration(AtLoc, DS.getAttributes());
 1082             ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
 1089       DS.getStorageClassSpec() == DeclSpec::SCS_extern &&
 1090       DS.getParsedSpecifiers() == DeclSpec::PQ_StorageClassSpecifier) {
 1091     Decl *TheDecl = ParseLinkage(DS, DeclaratorContext::FileContext);
 1095   return ParseDeclGroup(DS, DeclaratorContext::FileContext);