clang API Documentation

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

#include <DeclSpec.h>

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

List of all members.

Public Member Functions

void destroy ()

Public Attributes

unsigned TypeQuals: 4

Detailed Description

Definition at line 1347 of file DeclSpec.h.


Member Function Documentation

Definition at line 1352 of file DeclSpec.h.

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


Member Data Documentation

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

Definition at line 1350 of file DeclSpec.h.

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


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