clang 19.0.0git
Namespaces | Macros | Enumerations
AttrKinds.h File Reference

Defines the clang::attr::Kind enum. More...

#include "clang/Basic/AttrList.inc"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::attr
 

Macros

#define ATTR(X)   X,
 
#define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME)
 

Enumerations

enum  clang::attr::Kind
 

Detailed Description

Defines the clang::attr::Kind enum.

Definition in file AttrKinds.h.

Macro Definition Documentation

◆ ATTR

#define ATTR (   X)    X,

Definition at line 23 of file AttrKinds.h.

◆ ATTR_RANGE

#define ATTR_RANGE (   CLASS,
  FIRST_NAME,
  LAST_NAME 
)
Value:
First##CLASS = FIRST_NAME, \
Last##CLASS = LAST_NAME,

Definition at line 24 of file AttrKinds.h.