Go to the documentation of this file.
15 #ifndef LLVM_CLANG_BASIC_ATTRKINDS_H
16 #define LLVM_CLANG_BASIC_ATTRKINDS_H
25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
28 #include "clang/Basic/AttrList.inc"