HomeSort by: relevance | last modified time | path
    Searched refs:DLLAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 13364 const InheritableAttr *DLLAttr = getDLLAttr(VD);
13367 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) {
13390 if (DLLAttr && VD->getTLSKind()) {
13399 << DLLAttr;
SemaDeclCXX.cpp 6321 // Propagate DLLAttr to friend re-declarations of MD that have already
6328 "friend re-decl should not already have a DLLAttr");
16838 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) {
16839 Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr;

Completed in 39 milliseconds