reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 6161   if (const InheritableAttr *Attr = getDLLAttr(&ND)) {
12579   while (FD && !getDLLAttr(FD) &&
12589   if (Attr *A = getDLLAttr(FD)) {
12705   const InheritableAttr *DLLAttr = getDLLAttr(VD);
12733     if (F && getDLLAttr(F)) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2470     if (Attr *ClassAttr = getDLLAttr(Class)) {
 5751   Attr *ClassAttr = getDLLAttr(Class);
 5865   Attr *ClassAttr = getDLLAttr(Class);
 5871               getDLLAttr(Spec->getSpecializedTemplate()->getTemplatedDecl())) {
 5894       InheritableAttr *MemberAttr = getDLLAttr(Member);
 5984     if (!getDLLAttr(Member)) {
 6013           assert(!getDLLAttr(FD) &&
 6032   if (getDLLAttr(
 6039   if (!getDLLAttr(BaseTemplateSpec) &&
 6063   if (getDLLAttr(BaseTemplateSpec)) {
15164   if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) {
tools/clang/lib/Sema/SemaTemplate.cpp
 8927   auto *A = cast_or_null<InheritableAttr>(getDLLAttr(Def));
 9186       if (!getDLLAttr(Def) && getDLLAttr(Specialization) &&
 9186       if (!getDLLAttr(Def) && getDLLAttr(Specialization) &&
 9193             getDLLAttr(Specialization)->clone(getASTContext()));