Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp13420 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local
13423 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()
13446 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()
13455 << DLLAttr; in FinalizeDeclaration()
DSemaDeclCXX.cpp17043 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local
17044 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()