clang  19.0.0git
Public Attributes | List of all members
clang::DecompositionDeclarator::Binding Struct Reference

#include "clang/Sema/DeclSpec.h"

Public Attributes

IdentifierInfoName
 
SourceLocation NameLoc
 
std::optional< ParsedAttributesAttrs
 

Detailed Description

Definition at line 1791 of file DeclSpec.h.

Member Data Documentation

◆ Attrs

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

Definition at line 1794 of file DeclSpec.h.

Referenced by clang::DecompositionDeclarator::clear().

◆ Name

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

Definition at line 1792 of file DeclSpec.h.

◆ NameLoc

SourceLocation clang::DecompositionDeclarator::Binding::NameLoc

Definition at line 1793 of file DeclSpec.h.


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