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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
  408         return AttributeCommonInfo::AT_DLLExport;	 // "dllexport"
 1693         return AttributeCommonInfo::AT_DLLExport;	 // "dllexport"
 2206           return AttributeCommonInfo::AT_DLLExport;	 // "gnu::dllexport"
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
  529   case AT_DLLExport: {
tools/clang/lib/Sema/SemaDecl.cpp
 6597       !hasParsedAttr(S, D, ParsedAttr::AT_DLLExport))
tools/clang/lib/Sema/SemaDeclAttr.cpp
 6000   Attr *NewAttr = A.getKind() == ParsedAttr::AT_DLLExport
 6489   case ParsedAttr::AT_DLLExport:
tools/clang/lib/Sema/SemaTemplate.cpp
 8997       if (AL.getKind() == ParsedAttr::AT_DLLExport) {
 9023       if (AL.getKind() == ParsedAttr::AT_DLLExport) {
 9060       if (AL.getKind() == ParsedAttr::AT_DLLExport) {