Home
last modified time | relevance | path

Searched refs:getDLLAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h50 inline InheritableAttr *getDLLAttr(Decl *D) { in getDLLAttr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2762 if (Attr *ClassAttr = getDLLAttr(Class)) { in CheckBaseSpecifier()
6228 Attr *ClassAttr = getDLLAttr(Class); in ReferenceDllExportedMembers()
6488 Attr *ClassAttr = getDLLAttr(Class); in checkClassLevelDLLAttribute()
6494 getDLLAttr(Spec->getSpecializedTemplate()->getTemplatedDecl())) { in checkClassLevelDLLAttribute()
6528 InheritableAttr *MemberAttr = getDLLAttr(Member); in checkClassLevelDLLAttribute()
6617 if (!getDLLAttr(Member)) { in checkClassLevelDLLAttribute()
6646 assert(!getDLLAttr(FD) && in checkClassLevelDLLAttribute()
6663 if (getDLLAttr( in propagateDLLAttrToBaseClassTemplate()
6670 if (!getDLLAttr(BaseTemplateSpec) && in propagateDLLAttrToBaseClassTemplate()
6694 if (getDLLAttr(BaseTemplateSpec)) { in propagateDLLAttrToBaseClassTemplate()
[all …]
H A DSemaTemplate.cpp9910 auto *A = cast_or_null<InheritableAttr>(getDLLAttr(Def)); in dllExportImportClassTemplateSpecialization()
10169 if (!getDLLAttr(Def) && getDLLAttr(Specialization) && in ActOnExplicitInstantiation()
10175 getDLLAttr(Specialization)->clone(getASTContext())); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp7026 if (const InheritableAttr *Attr = getDLLAttr(&ND)) { in checkInheritableAttr()
14872 while (FD && !getDLLAttr(FD) && in CheckStaticLocalForDllExport()
14882 if (Attr *A = getDLLAttr(FD)) { in CheckStaticLocalForDllExport()
14978 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration()
15006 if (F && getDLLAttr(F)) { in FinalizeDeclaration()