9#ifndef LLVM_CLANG_BASIC_ATTRSUBJECTMATCHRULES_H
10#define LLVM_CLANG_BASIC_ATTRSUBJECTMATCHRULES_H
12#include "llvm/ADT/DenseMap.h"
22#define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X,
23#include "clang/Basic/AttrSubMatchRulesList.inc"
25#define ATTR_MATCH_RULE(X, Spelling, IsAbstract) +1
26#include "clang/Basic/AttrSubMatchRulesList.inc"
const internal::VariadicAllOfMatcher< Attr > attr
Matches attributes.
llvm::DenseMap< int, SourceRange > ParsedSubjectMatchRuleSet
SubjectMatchRule
A list of all the recognized kinds of attributes.
const char * getSubjectMatchRuleSpelling(SubjectMatchRule Rule)
The JSON file list parser is used to communicate input to InstallAPI.