Go to the documentation of this file.
15 #ifndef LLVM_CLANG_BASIC_ATTRKINDS_H
16 #define LLVM_CLANG_BASIC_ATTRKINDS_H
25 #define LAST_INHERITABLE_ATTR(X) X, LAST_INHERITABLE = X,
26 #define LAST_INHERITABLE_PARAM_ATTR(X) X, LAST_INHERITABLE_PARAM = X,
27 #include "clang/Basic/AttrList.inc"