Searched refs:DLLAttr (Results 1 – 2 of 2) sorted by relevance
10575 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local10578 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()10601 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()10610 << DLLAttr; in FinalizeDeclaration()
13047 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local13048 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()