Searched refs:DLLAttr (Results 1 – 2 of 2) sorted by relevance
9706 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local9709 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()9732 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()9734 << DLLAttr; in FinalizeDeclaration()
12751 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local12752 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()