Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.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()
H A DSemaDeclCXX.cpp6532 // Propagate DLLAttr to friend re-declarations of MD that have already in checkClassLevelDLLAttribute()
6539 "friend re-decl should not already have a DLLAttr"); in checkClassLevelDLLAttribute()
17957 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local
17958 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()