Searched refs:DLLAttr (Results 1 – 4 of 4) 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()
13241 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local13244 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()13267 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()13276 << DLLAttr; in FinalizeDeclaration()
16762 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local16763 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()