Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp10166 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration() local
10169 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) { in FinalizeDeclaration()
10192 if (DLLAttr && VD->getTLSKind()) { in FinalizeDeclaration()
10201 << DLLAttr; in FinalizeDeclaration()
DSemaDeclCXX.cpp12807 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted() local
12808 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr; in SetDeclDeleted()