Home
last modified time | relevance | path

Searched refs:MRD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4792 const Decl *MRD = D->getMostRecentDecl(); in shouldDropDLLAttribute() local
4794 !MRD->hasAttr<DLLImportAttr>()) || in shouldDropDLLAttribute()
4796 !MRD->hasAttr<DLLExportAttr>())) && in shouldDropDLLAttribute()
4797 !shouldMapVisibilityToDLLExport(cast<NamedDecl>(MRD))); in shouldDropDLLAttribute()