reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2621 if (!AL.isArgIdent(0)) { 2622 S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type) 2623 << AL << 1 << AANT_ArgumentIdentifier; 2627 IdentifierInfo *II = AL.getArgAsIdent(0)->Ident; 2630 S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << II; 2630 S.Diag(AL.getLoc(), diag::warn_attribute_type_not_supported) << AL << II; 2634 D->addAttr(::new (S.Context) BlocksAttr(S.Context, AL, type));