clang 20.0.0git
|
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
CXXScopeSpec & | Scope () |
const CXXScopeSpec & | Scope () const |
void | destroy () |
Public Attributes | |
unsigned | TypeQuals: 5 |
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic. | |
SourceLocation | StarLoc |
Location of the '*' token. | |
char | ScopeMem [sizeof(CXXScopeSpec)] |
Definition at line 1611 of file DeclSpec.h.
|
inline |
Definition at line 1626 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
|
inline |
Definition at line 1620 of file DeclSpec.h.
References ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), and RebuildDeclaratorInCurrentInstantiation().
|
inline |
Definition at line 1623 of file DeclSpec.h.
References ScopeMem.
char clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem[sizeof(CXXScopeSpec)] |
Definition at line 1619 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer(), and Scope().
SourceLocation clang::DeclaratorChunk::MemberPointerTypeInfo::StarLoc |
Location of the '*' token.
Definition at line 1616 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().
unsigned clang::DeclaratorChunk::MemberPointerTypeInfo::TypeQuals |
The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.
Definition at line 1614 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().