|
clang
5.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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| 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.
1.8.6