clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::FunctionType::FunctionTypeExtraBitfields Struct Reference

A simple holder for various uncommon bits which do not fit in FunctionTypeBitfields. More...

#include "clang/AST/Type.h"

Public Member Functions

 FunctionTypeExtraBitfields ()
 

Public Attributes

unsigned NumExceptionType: 10
 The number of types in the exception specification.
 
unsigned HasArmTypeAttributes: 1
 

Detailed Description

A simple holder for various uncommon bits which do not fit in FunctionTypeBitfields.

Aligned to alignof(void *) to maintain the alignment of subsequent objects in TrailingObjects.

Definition at line 4289 of file Type.h.

Constructor & Destructor Documentation

◆ FunctionTypeExtraBitfields()

clang::FunctionType::FunctionTypeExtraBitfields::FunctionTypeExtraBitfields ( )
inline

Definition at line 4298 of file Type.h.

Member Data Documentation

◆ HasArmTypeAttributes

unsigned clang::FunctionType::FunctionTypeExtraBitfields::HasArmTypeAttributes

Definition at line 4296 of file Type.h.

◆ NumExceptionType

unsigned clang::FunctionType::FunctionTypeExtraBitfields::NumExceptionType

The number of types in the exception specification.

A whole unsigned is not needed here and according to [implimits] 8 bits would be enough here.

Definition at line 4293 of file Type.h.


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