|
clang 24.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Attributes | |
| IdentifierInfo * | Name |
| SourceLocation | NameLoc |
| std::optional< ParsedAttributes > | Attrs |
| SourceLocation | EllipsisLoc |
Definition at line 1891 of file DeclSpec.h.
| std::optional<ParsedAttributes> clang::DecompositionDeclarator::Binding::Attrs |
Definition at line 1894 of file DeclSpec.h.
| SourceLocation clang::DecompositionDeclarator::Binding::EllipsisLoc |
Definition at line 1895 of file DeclSpec.h.
| IdentifierInfo* clang::DecompositionDeclarator::Binding::Name |
Definition at line 1892 of file DeclSpec.h.
| SourceLocation clang::DecompositionDeclarator::Binding::NameLoc |
Definition at line 1893 of file DeclSpec.h.