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.cpp4550 const Decl *MRD = D->getMostRecentDecl(); in shouldDropDLLAttribute() local
4552 !MRD->hasAttr<DLLImportAttr>()) || in shouldDropDLLAttribute()
4554 !MRD->hasAttr<DLLExportAttr>())) && in shouldDropDLLAttribute()
4555 !shouldMapVisibilityToDLLExport(cast<NamedDecl>(MRD))); in shouldDropDLLAttribute()