reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6369 if (auto *VD = dyn_cast<VarDecl>(D)) { 6372 S.Diag(D->getBeginLoc(), diag::warn_ignored_objc_externally_retained) 6380 handleSimpleAttribute<ObjCExternallyRetainedAttr>(S, D, AL); 6386 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { 6387 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I)); 6400 handleSimpleAttribute<ObjCExternallyRetainedAttr>(S, D, AL);