clang 20.0.0git
|
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Sema/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) AT_##NAME, |
#define | KEYWORD_ATTRIBUTE(NAME, HASARG, ...) |
Functions | |
bool | clang::doesKeywordAttributeTakeArgs (tok::TokenKind Kind) |
#define KEYWORD_ATTRIBUTE | ( | NAME, | |
HASARG, | |||
... | |||
) |
#define PARSED_ATTR | ( | NAME | ) | AT_##NAME, |
Definition at line 63 of file AttributeCommonInfo.h.