Searched refs:DLLAttr (Results 1 – 2 of 2) sorted by relevance
14590 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local14593 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()14616 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()14625 << DLLAttr; in FinalizeDeclaration()
6532 // Propagate DLLAttr to friend re-declarations of MD that have already in checkClassLevelDLLAttribute() 6539 "friend re-decl should not already have a DLLAttr"); in checkClassLevelDLLAttribute() 17957 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local 17958 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()