clang 20.0.0git
|
Typedefs | |
using | ParsedSubjectMatchRuleSet = llvm::DenseMap< int, SourceRange > |
Enumerations | |
enum | Kind |
enum | SubjectMatchRule { SubjectMatchRule_Last } |
A list of all the recognized kinds of attributes. More... | |
Functions | |
const char * | getSubjectMatchRuleSpelling (SubjectMatchRule Rule) |
using clang::attr::ParsedSubjectMatchRuleSet = typedef llvm::DenseMap<int, SourceRange> |
Definition at line 31 of file AttrSubjectMatchRules.h.
enum clang::attr::Kind |
Definition at line 22 of file AttrKinds.h.
A list of all the recognized kinds of attributes.
Enumerator | |
---|---|
SubjectMatchRule_Last |
Definition at line 21 of file AttrSubjectMatchRules.h.
const char * clang::attr::getSubjectMatchRuleSpelling | ( | attr::SubjectMatchRule | Rule | ) |
Definition at line 69 of file Attributes.cpp.
Referenced by clang::Sema::ActOnPragmaAttributeAttribute().