clang 19.0.0git
Classes | Namespaces | Macros | Functions
AttributeCommonInfo.h File Reference
#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)
 

Macro Definition Documentation

◆ KEYWORD_ATTRIBUTE

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

◆ PARSED_ATTR

#define PARSED_ATTR (   NAME)    AT_##NAME,

Definition at line 63 of file AttributeCommonInfo.h.