clang  3.7.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: 4
 The type qualifiers: const/volatile/restrict/_Atomic. More...
 
union {
   void *   Aligner
 
   char   Mem [sizeof(CXXScopeSpec)]
 
ScopeMem
 
- Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon
AttributeListAttrList
 

Detailed Description

Definition at line 1385 of file DeclSpec.h.

Member Function Documentation

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

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

References ScopeMem.

Member Data Documentation

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

Definition at line 1391 of file DeclSpec.h.

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

Definition at line 1392 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/_Atomic.

Definition at line 1387 of file DeclSpec.h.

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


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