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.cpp2667 if (Attr *ClassAttr = getDLLAttr(Class)) { in CheckBaseSpecifier()
6120 Attr *ClassAttr = getDLLAttr(Class); in ReferenceDllExportedMembers()
6380 Attr *ClassAttr = getDLLAttr(Class); in checkClassLevelDLLAttribute()
6386 getDLLAttr(Spec->getSpecializedTemplate()->getTemplatedDecl())) { in checkClassLevelDLLAttribute()
6420 InheritableAttr *MemberAttr = getDLLAttr(Member); in checkClassLevelDLLAttribute()
6509 if (!getDLLAttr(Member)) { in checkClassLevelDLLAttribute()
6538 assert(!getDLLAttr(FD) && in checkClassLevelDLLAttribute()
6555 if (getDLLAttr( in propagateDLLAttrToBaseClassTemplate()
6562 if (!getDLLAttr(BaseTemplateSpec) && in propagateDLLAttrToBaseClassTemplate()
6586 if (getDLLAttr(BaseTemplateSpe in propagateDLLAttrToBaseClassTemplate()
[all...]
H A DSemaTemplate.cpp9382 auto *A = cast_or_null<InheritableAttr>(getDLLAttr(Def)); in dllExportImportClassTemplateSpecialization()
9639 if (!getDLLAttr(Def) && getDLLAttr(Specialization) && in ActOnExplicitInstantiation()
9645 getDLLAttr(Specialization)->clone(getASTContext())); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp6898 if (const InheritableAttr *Attr = getDLLAttr(&ND)) { in checkAttributesAfterMerging()
14487 while (FD && !getDLLAttr(FD) && in CheckStaticLocalForDllExport()
14497 if (Attr *A = getDLLAttr(FD)) { in CheckStaticLocalForDllExport()
14590 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration()
14618 if (F && getDLLAttr(F)) { in FinalizeDeclaration()