Home
last modified time | relevance | path

Searched refs:DLLAttr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp14590 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local
14593 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()
14616 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()
14625 << DLLAttr; in FinalizeDeclaration()
HDSemaDeclCXX.cpp17957 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local
17958 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()