clang
8.0.0
|
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/DenseMap.h"
#include "clang/Basic/AttrSubMatchRulesList.inc"
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::attr | |
Macros | |
#define | ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, |
Typedefs | |
using | clang::attr::ParsedSubjectMatchRuleSet = llvm::DenseMap< int, SourceRange > |
Enumerations | |
enum | clang::attr::SubjectMatchRule |
A list of all the recognized kinds of attributes. More... | |
Functions | |
const char * | clang::attr::getSubjectMatchRuleSpelling (SubjectMatchRule Rule) |
Definition at line 21 of file AttrSubjectMatchRules.h.