clang 22.0.0git
clang::DecompositionDeclarator::Binding Struct Reference

#include "clang/Sema/DeclSpec.h"

Public Attributes

IdentifierInfoName
SourceLocation NameLoc
std::optional< ParsedAttributesAttrs
SourceLocation EllipsisLoc

Detailed Description

Definition at line 1764 of file DeclSpec.h.

Member Data Documentation

◆ Attrs

std::optional<ParsedAttributes> clang::DecompositionDeclarator::Binding::Attrs

Definition at line 1767 of file DeclSpec.h.

◆ EllipsisLoc

SourceLocation clang::DecompositionDeclarator::Binding::EllipsisLoc

Definition at line 1768 of file DeclSpec.h.

◆ Name

IdentifierInfo* clang::DecompositionDeclarator::Binding::Name

Definition at line 1765 of file DeclSpec.h.

◆ NameLoc

SourceLocation clang::DecompositionDeclarator::Binding::NameLoc

Definition at line 1766 of file DeclSpec.h.


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