Searched refs:DLLAttr (Results 1 – 2 of 2) sorted by relevance
10166 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local10169 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()10192 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()10201 << DLLAttr; in FinalizeDeclaration()
12807 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local12808 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()