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

#include <DeclSpec.h>

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

Public Member Functions

void destroy ()
 

Public Attributes

unsigned TypeQuals: 5
 The type qualifiers: const/volatile/restrict/unaligned/atomic. More...
 
unsigned ConstQualLoc
 The location of the const-qualifier, if any. More...
 
unsigned VolatileQualLoc
 The location of the volatile-qualifier, if any. More...
 
unsigned RestrictQualLoc
 The location of the restrict-qualifier, if any. More...
 
unsigned AtomicQualLoc
 The location of the _Atomic-qualifier, if any. More...
 
unsigned UnalignedQualLoc
 The location of the __unaligned-qualifier, if any. More...
 
- Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon
AttributeListAttrList
 

Detailed Description

Definition at line 1121 of file DeclSpec.h.

Member Function Documentation

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

Definition at line 1140 of file DeclSpec.h.

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

Member Data Documentation

unsigned clang::DeclaratorChunk::PointerTypeInfo::AtomicQualLoc

The location of the _Atomic-qualifier, if any.

Definition at line 1135 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), fillAtomicQualLoc(), and clang::DeclaratorChunk::getPointer().

unsigned clang::DeclaratorChunk::PointerTypeInfo::ConstQualLoc

The location of the const-qualifier, if any.

Definition at line 1126 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().

unsigned clang::DeclaratorChunk::PointerTypeInfo::RestrictQualLoc

The location of the restrict-qualifier, if any.

Definition at line 1132 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().

unsigned clang::DeclaratorChunk::PointerTypeInfo::TypeQuals

The type qualifiers: const/volatile/restrict/unaligned/atomic.

Definition at line 1123 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), GetFullTypeForDeclarator(), and clang::DeclaratorChunk::getPointer().

unsigned clang::DeclaratorChunk::PointerTypeInfo::UnalignedQualLoc

The location of the __unaligned-qualifier, if any.

Definition at line 1138 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().

unsigned clang::DeclaratorChunk::PointerTypeInfo::VolatileQualLoc

The location of the volatile-qualifier, if any.

Definition at line 1129 of file DeclSpec.h.

Referenced by diagnoseRedundantReturnTypeQualifiers(), and clang::DeclaratorChunk::getPointer().


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