reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6124 S.Diag(AL.getLoc(), diag::warn_deprecated_anonymous_namespace); 6135 !S.checkStringLiteralArgumentAttr(AL, 0, Str)) 6140 checkAttributeAtMostNumArgs(S, AL, 1); 6142 !S.checkStringLiteralArgumentAttr(AL, 1, Replacement)) 6145 if (!S.getLangOpts().CPlusPlus14 && AL.isCXX11Attribute() && !AL.isGNUScope()) 6146 S.Diag(AL.getLoc(), diag::ext_cxx14_attr) << AL; 6148 D->addAttr(::new (S.Context) DeprecatedAttr(S.Context, AL, Str, Replacement)); 6148 D->addAttr(::new (S.Context) DeprecatedAttr(S.Context, AL, Str, Replacement));