clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::DeclaratorChunk::MemberPointerTypeInfo Struct Reference

#include <DeclSpec.h>

Inheritance diagram for clang::DeclaratorChunk::MemberPointerTypeInfo:
[legend]
Collaboration diagram for clang::DeclaratorChunk::MemberPointerTypeInfo:
[legend]

Public Member Functions

CXXScopeSpecScope ()
 
const CXXScopeSpecScope () const
 
void destroy ()
 

Public Attributes

unsigned TypeQuals: 5
 The type qualifiers: const/volatile/restrict/__unaligned/_Atomic. More...
 
union {
   void *   Aligner
 
   char   Mem [sizeof(CXXScopeSpec)]
 
ScopeMem
 
- Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon
AttributeListAttrList
 

Detailed Description

Definition at line 1415 of file DeclSpec.h.

Member Function Documentation

void clang::DeclaratorChunk::MemberPointerTypeInfo::destroy ( )
inline

Definition at line 1430 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 1427 of file DeclSpec.h.

References ScopeMem.

Member Data Documentation

void* clang::DeclaratorChunk::MemberPointerTypeInfo::Aligner

Definition at line 1421 of file DeclSpec.h.

char clang::DeclaratorChunk::MemberPointerTypeInfo::Mem[sizeof(CXXScopeSpec)]

Definition at line 1422 of file DeclSpec.h.

Referenced by clang::DeclaratorChunk::getMemberPointer().

union { ... } clang::DeclaratorChunk::MemberPointerTypeInfo::ScopeMem
unsigned clang::DeclaratorChunk::MemberPointerTypeInfo::TypeQuals

The type qualifiers: const/volatile/restrict/__unaligned/_Atomic.

Definition at line 1417 of file DeclSpec.h.

Referenced by GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getMemberPointer().


The documentation for this struct was generated from the following file: