|
clang
5.0.0
|
A parsed C++17 decomposition declarator of the form '[' identifier-list ']'. More...
#include "clang/Sema/DeclSpec.h"
Classes | |
| struct | Binding |
Public Member Functions | |
| DecompositionDeclarator () | |
| DecompositionDeclarator (const DecompositionDeclarator &G)=delete | |
| DecompositionDeclarator & | operator= (const DecompositionDeclarator &G)=delete |
| ~DecompositionDeclarator () | |
| void | clear () |
| ArrayRef< Binding > | bindings () const |
| bool | isSet () const |
| SourceLocation | getLSquareLoc () const |
| SourceLocation | getRSquareLoc () const |
| SourceRange | getSourceRange () const |
Friends | |
| class | Declarator |
A parsed C++17 decomposition declarator of the form '[' identifier-list ']'.
Definition at line 1662 of file DeclSpec.h.
|
inline |
Definition at line 1681 of file DeclSpec.h.
|
delete |
|
inline |
Definition at line 1685 of file DeclSpec.h.
Definition at line 1699 of file DeclSpec.h.
Referenced by clang::Sema::ActOnDecompositionDeclarator().
|
inline |
Definition at line 1690 of file DeclSpec.h.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 1705 of file DeclSpec.h.
Referenced by clang::Sema::HandleField().
|
inline |
Definition at line 1706 of file DeclSpec.h.
|
inline |
Definition at line 1707 of file DeclSpec.h.
Referenced by clang::Sema::HandleField().
|
inline |
Definition at line 1703 of file DeclSpec.h.
References clang::SourceLocation::isValid().
Referenced by clang::Declarator::isDecompositionDeclarator().
|
delete |
|
friend |
Definition at line 1678 of file DeclSpec.h.
1.8.6