clang API Documentation
#include <DeclSpec.h>


Public Member Functions | |
| CXXScopeSpec & | Scope () |
| const CXXScopeSpec & | Scope () const |
| void | destroy () |
Public Attributes | |
| unsigned | TypeQuals: 3 |
| The type qualifiers: const/volatile/restrict. | |
| union { | |
| void * Aligner | |
| char Mem [sizeof(CXXScopeSpec)] | |
| } | ScopeMem |
Definition at line 1236 of file DeclSpec.h.
| void clang::DeclaratorChunk::MemberPointerTypeInfo::destroy | ( | ) | [inline] |
Definition at line 1251 of file DeclSpec.h.
References Scope().
Referenced by clang::DeclaratorChunk::destroy().
| CXXScopeSpec& clang::DeclaratorChunk::MemberPointerTypeInfo::Scope | ( | ) | [inline] |
| const CXXScopeSpec& clang::DeclaratorChunk::MemberPointerTypeInfo::Scope | ( | ) | const [inline] |
Definition at line 1248 of file DeclSpec.h.
References ScopeMem.
Definition at line 1242 of file DeclSpec.h.
Definition at line 1243 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.
Definition at line 1238 of file DeclSpec.h.
Referenced by clang::DeclaratorChunk::getMemberPointer().