clang 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "clang/Basic/AttrSubMatchRulesList.inc"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::attr |
Macros | |
#define | ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, |
#define | ATTR_MATCH_RULE(X, Spelling, IsAbstract) +1 |
Typedefs | |
using | clang::attr::ParsedSubjectMatchRuleSet = llvm::DenseMap< int, SourceRange > |
Enumerations | |
enum | clang::attr::SubjectMatchRule { clang::attr::SubjectMatchRule_Last } |
A list of all the recognized kinds of attributes. More... | |
Functions | |
const char * | clang::attr::getSubjectMatchRuleSpelling (SubjectMatchRule Rule) |
Definition at line 22 of file AttrSubjectMatchRules.h.
#define ATTR_MATCH_RULE | ( | X, | |
Spelling, | |||
IsAbstract | |||
) | +1 |
Definition at line 22 of file AttrSubjectMatchRules.h.