clang API Documentation

Public Member Functions | Public Attributes
clang::DeclaratorChunk::MemberPointerTypeInfo Struct Reference

#include <DeclSpec.h>

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

List of all members.

Public Member Functions

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

Public Attributes

unsigned TypeQuals: 4
 The type qualifiers: const/volatile/restrict/_Atomic.
union {
   void *   Aligner
   char   Mem [sizeof(CXXScopeSpec)]
ScopeMem

Detailed Description

Definition at line 1356 of file DeclSpec.h.


Member Function Documentation

Definition at line 1371 of file DeclSpec.h.

References Scope().

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

Definition at line 1368 of file DeclSpec.h.

References ScopeMem.


Member Data Documentation

Definition at line 1362 of file DeclSpec.h.

Definition at line 1363 of file DeclSpec.h.

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

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

Definition at line 1358 of file DeclSpec.h.

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


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