clang 22.0.0git
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.

Detailed Description

Definition at line 1571 of file DeclSpec.h.

Member Function Documentation

◆ destroy()

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

Definition at line 1577 of file DeclSpec.h.

References destroy().

Referenced by 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 1575 of file DeclSpec.h.

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


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