clang 22.0.0git
AttributeCommonInfo.h File Reference
#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 StreamingDiagnosticclang::operator<< (const StreamingDiagnostic &DB, const AttributeCommonInfo *CI)
const StreamingDiagnosticclang::operator<< (const StreamingDiagnostic &DB, const AttributeCommonInfo &CI)

Macro Definition Documentation

◆ KEYWORD_ATTRIBUTE

#define KEYWORD_ATTRIBUTE ( NAME,
HASARG,
... )
Value:
case tok::kw_##NAME: \
return HASARG;

Referenced by clang::tok::isRegularKeywordAttribute().

◆ PARSED_ATTR

#define PARSED_ATTR ( NAME)
Value:
AT_##NAME,

Definition at line 68 of file AttributeCommonInfo.h.