clang API Documentation
#include <DeclSpec.h>


Public Member Functions | |
| CXXScopeSpec & | Scope () |
| const CXXScopeSpec & | Scope () const |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 4 |
| The type qualifiers: const/volatile/restrict/_Atomic. | |
| union { | |
| void * Aligner | |
| char Mem [sizeof(CXXScopeSpec)] | |
| } | ScopeMem |
Definition at line 1356 of file DeclSpec.h.
| void clang::DeclaratorChunk::MemberPointerTypeInfo::destroy | ( | ) | [inline] |
Definition at line 1371 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
Definition at line 1365 of file DeclSpec.h.
References ScopeMem.
Referenced by clang::Sema::containsUnexpandedParameterPacks(), destroy(), GetFullTypeForDeclarator(), and RebuildDeclaratorInCurrentInstantiation().
| const CXXScopeSpec& clang::DeclaratorChunk::MemberPointerTypeInfo::Scope | ( | ) | const [inline] |
Definition at line 1368 of file DeclSpec.h.
References ScopeMem.
Definition at line 1362 of file DeclSpec.h.
Definition at line 1363 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().
| union { ... } clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem |
Referenced by clang::DeclaratorChunk::getMemberPointer(), and Scope().
The type qualifiers: const/volatile/restrict/_Atomic.
Definition at line 1358 of file DeclSpec.h.
Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().