|
clang 22.0.0git
|
#include "clang/Basic/AttributeScopeInfo.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/TokenKinds.h"#include "clang/Basic/AttrParsedAttrList.inc"#include "clang/Basic/RegularKeywordAttrInfo.inc"Go to the source code of this file.
Classes | |
| class | clang::AttributeCommonInfo |
| class | clang::AttributeCommonInfo::Form |
| Combines information about the source-code form of an attribute, including its syntax and spelling. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
| #define | PARSED_ATTR(NAME) |
| #define | KEYWORD_ATTRIBUTE(NAME, HASARG, ...) |
Functions | |
| bool | clang::doesKeywordAttributeTakeArgs (tok::TokenKind Kind) |
| const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &DB, const AttributeCommonInfo *CI) |
| const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &DB, const AttributeCommonInfo &CI) |
| #define KEYWORD_ATTRIBUTE | ( | NAME, | |
| HASARG, | |||
| ... ) |
Referenced by clang::tok::isRegularKeywordAttribute().
| #define PARSED_ATTR | ( | NAME | ) |
Definition at line 68 of file AttributeCommonInfo.h.