reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1742 S.Diag(AL.getLoc(), diag::err_attribute_wrong_number_arguments) << AL << 1; 1758 S.Diag(AL.getLoc(), diag::err_attribute_weakref_not_global_context) 1789 if (AL.getNumArgs() && S.checkStringLiteralArgumentAttr(AL, 0, Str)) 1792 D->addAttr(::new (S.Context) AliasAttr(S.Context, AL, Str)); 1792 D->addAttr(::new (S.Context) AliasAttr(S.Context, AL, Str)); 1794 D->addAttr(::new (S.Context) WeakRefAttr(S.Context, AL)); 1794 D->addAttr(::new (S.Context) WeakRefAttr(S.Context, AL));