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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h54 inline InheritableAttr *getDLLAttr(Decl *D) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2477 if (Attr *ClassAttr = getDLLAttr(Class)) {
5778 Attr *ClassAttr = getDLLAttr(Class);
5892 Attr *ClassAttr = getDLLAttr(Class);
5898 getDLLAttr(Spec->getSpecializedTemplate()->getTemplatedDecl())) {
5921 InheritableAttr *MemberAttr = getDLLAttr(Member);
6011 if (!getDLLAttr(Member)) {
6040 assert(!getDLLAttr(FD) &&
6059 if (getDLLAttr(
6066 if (!getDLLAttr(BaseTemplateSpec) &&
6090 if (getDLLAttr(BaseTemplateSpe
[all...]
H A DSemaTemplate.cpp9255 auto *A = cast_or_null<InheritableAttr>(getDLLAttr(Def));
9515 if (!getDLLAttr(Def) && getDLLAttr(Specialization) &&
9522 getDLLAttr(Specialization)->clone(getASTContext()));
H A DSemaDecl.cpp6223 if (const InheritableAttr *Attr = getDLLAttr(&ND)) {
12725 while (FD && !getDLLAttr(FD) &&
12735 if (Attr *A = getDLLAttr(FD)) {
12851 const InheritableAttr *DLLAttr = getDLLAttr(VD);
12879 if (F && getDLLAttr(F)) {

Completed in 362 milliseconds