clang 22.0.0git
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)
#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)
Value:
X,
#define X(type, name)
Definition Value.h:97

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.