clang 22.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 1581 of file DeclSpec.h.
|
inline |
Definition at line 1596 of file DeclSpec.h.
References Scope().
|
inline |
Definition at line 1590 of file DeclSpec.h.
References Scope(), and ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), RebuildDeclaratorInCurrentInstantiation(), and Scope().
|
inline |
Definition at line 1593 of file DeclSpec.h.
References ScopeMem.
char clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem[sizeof(CXXScopeSpec)] |
Definition at line 1589 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer(), Scope(), and Scope().
SourceLocation clang::DeclaratorChunk::MemberPointerTypeInfo::StarLoc |
Location of the '*' token.
Definition at line 1586 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 1584 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().