|
clang
5.0.0
|
Typedefs | |
| using | ParsedSubjectMatchRuleSet = llvm::DenseMap< int, SourceRange > |
Enumerations | |
| enum | Kind |
| enum | SubjectMatchRule |
| 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 27 of file AttrSubjectMatchRules.h.
| enum clang::attr::Kind |
Definition at line 23 of file AttrKinds.h.
A list of all the recognized kinds of attributes.
Definition at line 20 of file AttrSubjectMatchRules.h.
| const char * clang::attr::getSubjectMatchRuleSpelling | ( | attr::SubjectMatchRule | Rule | ) |
Definition at line 20 of file Attributes.cpp.
Referenced by clang::Sema::ActOnPragmaAttributePush().
1.8.6