Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSemaInternal.h54 inline InheritableAttr *getDLLAttr(Decl *D) { in getDLLAttr() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp2539 if (Attr *ClassAttr = getDLLAttr(Class)) { in CheckBaseSpecifier()
5929 Attr *ClassAttr = getDLLAttr(Class); in ReferenceDllExportedMembers()
6180 Attr *ClassAttr = getDLLAttr(Class); in checkClassLevelDLLAttribute()
6186 getDLLAttr(Spec->getSpecializedTemplate()->getTemplatedDecl())) { in checkClassLevelDLLAttribute()
6209 InheritableAttr *MemberAttr = getDLLAttr(Member); in checkClassLevelDLLAttribute()
6298 if (!getDLLAttr(Member)) { in checkClassLevelDLLAttribute()
6327 assert(!getDLLAttr(FD) && in checkClassLevelDLLAttribute()
6346 if (getDLLAttr( in propagateDLLAttrToBaseClassTemplate()
6353 if (!getDLLAttr(BaseTemplateSpec) && in propagateDLLAttrToBaseClassTemplate()
6377 if (getDLLAttr(BaseTemplateSpec)) { in propagateDLLAttrToBaseClassTemplate()
[all …]
DSemaTemplate.cpp9490 auto *A = cast_or_null<InheritableAttr>(getDLLAttr(Def)); in dllExportImportClassTemplateSpecialization()
9750 if (!getDLLAttr(Def) && getDLLAttr(Specialization) && in ActOnExplicitInstantiation()
9757 getDLLAttr(Specialization)->clone(getASTContext())); in ActOnExplicitInstantiation()
DSemaDecl.cpp6499 if (const InheritableAttr *Attr = getDLLAttr(&ND)) { in checkAttributesAfterMerging()
13318 while (FD && !getDLLAttr(FD) && in CheckStaticLocalForDllExport()
13328 if (Attr *A = getDLLAttr(FD)) { in CheckStaticLocalForDllExport()
13420 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration()
13448 if (F && getDLLAttr(F)) { in FinalizeDeclaration()