clang 20.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Attributes | |
IdentifierInfo * | Name |
SourceLocation | NameLoc |
std::optional< ParsedAttributes > | Attrs |
Definition at line 1794 of file DeclSpec.h.
std::optional<ParsedAttributes> clang::DecompositionDeclarator::Binding::Attrs |
Definition at line 1797 of file DeclSpec.h.
Referenced by clang::DecompositionDeclarator::clear().
IdentifierInfo* clang::DecompositionDeclarator::Binding::Name |
Definition at line 1795 of file DeclSpec.h.
SourceLocation clang::DecompositionDeclarator::Binding::NameLoc |
Definition at line 1796 of file DeclSpec.h.