clang 17.0.0git
|
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 1741 of file DeclSpec.h.
|
inline |
Definition at line 1760 of file DeclSpec.h.
|
delete |
|
inline |
Definition at line 1764 of file DeclSpec.h.
Definition at line 1778 of file DeclSpec.h.
Referenced by clang::Sema::ActOnDecompositionDeclarator().
|
inline |
Definition at line 1769 of file DeclSpec.h.
Referenced by clang::Declarator::clear().
|
inline |
Definition at line 1784 of file DeclSpec.h.
Referenced by clang::Sema::ActOnDecompositionDeclarator(), and clang::Sema::HandleField().
|
inline |
Definition at line 1785 of file DeclSpec.h.
|
inline |
Definition at line 1786 of file DeclSpec.h.
Referenced by clang::Sema::ActOnDecompositionDeclarator(), and clang::Sema::HandleField().
|
inline |
Definition at line 1782 of file DeclSpec.h.
References clang::SourceLocation::isValid().
Referenced by clang::Declarator::isDecompositionDeclarator().
|
delete |
|
friend |
Definition at line 1757 of file DeclSpec.h.