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

#include "clang/Sema/DeclSpec.h"

Public Member Functions

void destroy ()
 

Public Attributes

unsigned TypeQuals: 5
 For now, sema will catch these as invalid. More...
 

Detailed Description

Definition at line 1598 of file DeclSpec.h.

Member Function Documentation

◆ destroy()

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

Definition at line 1604 of file DeclSpec.h.

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

Member Data Documentation

◆ TypeQuals

unsigned clang::DeclaratorChunk::BlockPointerTypeInfo::TypeQuals

For now, sema will catch these as invalid.

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

Definition at line 1602 of file DeclSpec.h.

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


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