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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11637   case attr::DLLExport:
12217   case attr::DLLExport:
12797   case attr::DLLExport:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4097     case attr::DLLExport:
gen/tools/clang/include/clang/AST/Attrs.inc
 3971     : InheritableAttr(Ctx, CommonInfo, attr::DLLExport, false, false)
 3981   static bool classof(const Attr *A) { return A->getKind() == attr::DLLExport; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  365     case attr::DLLExport: {
 1564     case attr::DLLExport: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
  675   case attr::DLLExport: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  510   case attr::DLLExport: {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5755   assert(ClassAttr->getKind() == attr::DLLExport);
 5911   const bool ClassExported = ClassAttr->getKind() == attr::DLLExport;
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  587     if (TmplAttr->getKind() == attr::DLLExport ||
tools/clang/tools/libclang/CXCursor.cpp
   61     case attr::DLLExport: return CXCursor_DLLExport;