|
clang 23.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Attributes | |
| IdentifierInfo * | Name |
| SourceLocation | NameLoc |
| std::optional< ParsedAttributes > | Attrs |
| SourceLocation | EllipsisLoc |
Definition at line 1811 of file DeclSpec.h.
| std::optional<ParsedAttributes> clang::DecompositionDeclarator::Binding::Attrs |
Definition at line 1814 of file DeclSpec.h.
| SourceLocation clang::DecompositionDeclarator::Binding::EllipsisLoc |
Definition at line 1815 of file DeclSpec.h.
| IdentifierInfo* clang::DecompositionDeclarator::Binding::Name |
Definition at line 1812 of file DeclSpec.h.
| SourceLocation clang::DecompositionDeclarator::Binding::NameLoc |
Definition at line 1813 of file DeclSpec.h.