clang 19.0.0git
Macros | Variables
AttrDocTable.cpp File Reference
#include "clang/AST/Attr.h"
#include "llvm/ADT/StringRef.h"
#include "AttrDocTable.inc"
#include "clang/Basic/AttrList.inc"

Go to the source code of this file.

Macros

#define ATTR(NAME)   AttrDoc_##NAME,
 

Variables

static const llvm::StringRef AttrDoc []
 

Macro Definition Documentation

◆ ATTR

#define ATTR (   NAME)    AttrDoc_##NAME,

Variable Documentation

◆ AttrDoc

const llvm::StringRef AttrDoc[]
static
Initial value:
= {
#define ATTR(NAME)
}

Definition at line 18 of file AttrDocTable.cpp.

Referenced by clang::Attr::getDocumentation().