Thanks to visit codestin.com
Credit goes to clang.llvm.org

clang 22.0.0git
clang::ParsedAttrInfo::Spelling Struct Reference

The syntaxes supported by this attribute and how they're spelled. More...

#include "clang/Basic/ParsedAttrInfo.h"

Public Attributes

AttributeCommonInfo::Syntax Syntax
const char * NormalizedFullName

Detailed Description

The syntaxes supported by this attribute and how they're spelled.

Definition at line 68 of file ParsedAttrInfo.h.

Member Data Documentation

◆ NormalizedFullName

const char* clang::ParsedAttrInfo::Spelling::NormalizedFullName

Definition at line 70 of file ParsedAttrInfo.h.

Referenced by clang::ParsedAttrInfo::hasSpelling().

◆ Syntax

AttributeCommonInfo::Syntax clang::ParsedAttrInfo::Spelling::Syntax

Definition at line 69 of file ParsedAttrInfo.h.

Referenced by clang::ParsedAttrInfo::hasSpelling().


The documentation for this struct was generated from the following file: