clang 24.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 1891 of file DeclSpec.h.

Member Data Documentation

◆ Attrs

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

Definition at line 1894 of file DeclSpec.h.

◆ EllipsisLoc

SourceLocation clang::DecompositionDeclarator::Binding::EllipsisLoc

Definition at line 1895 of file DeclSpec.h.

◆ Name

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

Definition at line 1892 of file DeclSpec.h.

◆ NameLoc

SourceLocation clang::DecompositionDeclarator::Binding::NameLoc

Definition at line 1893 of file DeclSpec.h.


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