14#ifndef LLVM_CLANG_BASIC_ATTRKINDS_H
15#define LLVM_CLANG_BASIC_ATTRKINDS_H
24#define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
25 First##CLASS = FIRST_NAME, \
26 Last##CLASS = LAST_NAME,
27#include "clang/Basic/AttrList.inc"
const internal::VariadicAllOfMatcher< Attr > attr
Matches attributes.
The JSON file list parser is used to communicate input to InstallAPI.