clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::DeclaratorChunk::BlockPointerTypeInfo Struct Reference

#include <DeclSpec.h>

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

Public Member Functions

void destroy ()
 

Public Attributes

unsigned TypeQuals: 4
 
- Public Attributes inherited from clang::DeclaratorChunk::TypeInfoCommon
AttributeListAttrList
 

Detailed Description

Definition at line 1376 of file DeclSpec.h.

Member Function Documentation

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

Definition at line 1381 of file DeclSpec.h.

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

Member Data Documentation

unsigned clang::DeclaratorChunk::BlockPointerTypeInfo::TypeQuals

For now, sema will catch these as invalid. The type qualifiers: const/volatile/restrict/_Atomic.

Definition at line 1379 of file DeclSpec.h.

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


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