Searched refs:MRD (Results 1 – 1 of 1) sorted by relevance
4550 const Decl *MRD = D->getMostRecentDecl(); in shouldDropDLLAttribute() local4552 !MRD->hasAttr<DLLImportAttr>()) || in shouldDropDLLAttribute()4554 !MRD->hasAttr<DLLExportAttr>())) && in shouldDropDLLAttribute()4555 !shouldMapVisibilityToDLLExport(cast<NamedDecl>(MRD))); in shouldDropDLLAttribute()