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